Html Css Color HEX #055620 Crusoe

📋 copy color: '#055620'

red 5 ◦ green 86 ◦ blue 32

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

Shades of Crusoe #055620

Tints of Crusoe #055620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 69.92%

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

R = 4.07%
G = 69.92%
B = 26.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#055620 (or 0x055620) is known color: Crusoe. HEX triplet: 05, 56 and 20. RGB value is (5,86,32). Sum of RGB (Red+Green+Blue) = 5+86+32=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #055620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055620 is #FAA9DF. Grayscale: #373737. Windows color (decimal): -16427488 or 2119173. OLE color: 2119173.

HSL color Cylindrical-coordinate representation of color #055620: hue angle of 140º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055620 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 86 32 -
CMYK 0.94 0 0.63 0.66
HSL 140º 0.89% 0.18% -
HSV(B) 140º 0.94% 0.34% -
XYZ 3.65 6.79 2.49 -
YUV 55.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 5 86 32 0.94 0 0.63 0.66 140 0.89 0.18
Hex 5 56 20 5E 0 3F 42 8C 59 12
Octal 5 126 40 136 0 77 102 214 131 22
Binary 101 1010110 100000 1011110 0 111111 1000010 10001100 1011001 10010

Color Harmonies of #055620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055620

Black with #055620

Text Example


Text Example

White with #055620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055620; }

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

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

background-color css

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

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

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

border-color css

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

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

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