Html Css Color HEX #057520 Crusoe

📋 copy color: '#057520'

red 5 ◦ green 117 ◦ blue 32

#057520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #057520

Tints of Crusoe #057520

RGB

 RED value IS 5 (2.34% from 255) = 3.25%

 GREEN value IS 117 (46.09% from 255) = 75.97%

 BLUE value IS 32 (12.89% from 255) = 20.78%

R = 3.25%
G = 75.97%
B = 20.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#057520 (or 0x057520) is known color: Crusoe. HEX triplet: 05, 75 and 20. RGB value is (5,117,32). Sum of RGB (Red+Green+Blue) = 5+117+32=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #057520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057520 is #FA8ADF. Grayscale: #4A4A4A. Windows color (decimal): -16419552 or 2127109. OLE color: 2127109.

HSL color Cylindrical-coordinate representation of color #057520: hue angle of 134.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057520 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 32 -
CMYK 0.96 0 0.73 0.54
HSL 134.46º 0.92% 0.24% -
HSV(B) 134.46º 0.96% 0.46% -
XYZ 6.68 12.86 3.5 -
YUV 73.82 104.39 78.91 -
System Red Green Blue C M Y K H S L
Decimal 5 117 32 0.96 0 0.73 0.54 134.46 0.92 0.24
Hex 5 75 20 60 0 49 36 86 5C 18
Octal 5 165 40 140 0 111 66 206 134 30
Binary 101 1110101 100000 1100000 0 1001001 110110 10000110 1011100 11000

Color Harmonies of #057520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057520

Black with #057520

Text Example


Text Example

White with #057520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057520; }

 p { color: rgb(5,117,32); }

 H1.HeaderClassName
 {
   color: #057520;
 }
 .AnyTagClassName
 {
   color: #057520;
 }
</style>

background-color css

<style>
 a { background-color: #057520; }

 a { background-color: rgb(5,117,32); }

 div.DivClassName
 {
   background-color: #057520;
 }
 .BgClassName
 {
   background-color: #057520;
 }
</style>

border-color css

<style>
 span { border-color: #057520; }

 span { border-color: rgb(5,117,32); }

 td.TdClassName
 {
   border-color: #057520;
 }
 .TagClassName
 {
   border-color: #057520;
 }
</style>