Html Css Color HEX #055612 Crusoe

📋 copy color: '#055612'

red 5 ◦ green 86 ◦ blue 18

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

Shades of Crusoe #055612

Tints of Crusoe #055612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 4.59%
G = 78.9%
B = 16.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#055612 (or 0x055612) is known color: Crusoe. HEX triplet: 05, 56 and 12. RGB value is (5,86,18). Sum of RGB (Red+Green+Blue) = 5+86+18=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 86 (33.98% from 255 or 78.90% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 86 - color contains mainly: green. Hex color #055612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055612 is #FAA9ED. Grayscale: #363636. Windows color (decimal): -16427502 or 1201669. OLE color: 1201669.

HSL color Cylindrical-coordinate representation of color #055612: hue angle of 129.63º 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 #055612 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 86 18 -
CMYK 0.94 0 0.79 0.66
HSL 129.63º 0.89% 0.18% -
HSV(B) 129.63º 0.94% 0.34% -
XYZ 3.5 6.73 1.69 -
YUV 54.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 5 86 18 0.94 0 0.79 0.66 129.63 0.89 0.18
Hex 5 56 12 5E 0 4F 42 82 59 12
Octal 5 126 22 136 0 117 102 202 131 22
Binary 101 1010110 10010 1011110 0 1001111 1000010 10000010 1011001 10010

Color Harmonies of #055612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055612

Black with #055612

Text Example


Text Example

White with #055612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055612; }

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

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

background-color css

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

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

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

border-color css

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

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

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