Html Css Color HEX #055412 Crusoe

📋 copy color: '#055412'

red 5 ◦ green 84 ◦ blue 18

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

Shades of Crusoe #055412

Tints of Crusoe #055412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 78.5%

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

R = 4.67%
G = 78.5%
B = 16.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#055412 (or 0x055412) is known color: Crusoe. HEX triplet: 05, 54 and 12. RGB value is (5,84,18). Sum of RGB (Red+Green+Blue) = 5+84+18=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #055412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055412 is #FAABED. Grayscale: #353535. Windows color (decimal): -16428014 or 1201157. OLE color: 1201157.

HSL color Cylindrical-coordinate representation of color #055412: hue angle of 129.87º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055412 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 84 18 -
CMYK 0.94 0 0.79 0.67
HSL 129.87º 0.89% 0.17% -
HSV(B) 129.87º 0.94% 0.33% -
XYZ 3.34 6.42 1.63 -
YUV 52.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 5 84 18 0.94 0 0.79 0.67 129.87 0.89 0.17
Hex 5 54 12 5E 0 4F 43 82 59 11
Octal 5 124 22 136 0 117 103 202 131 21
Binary 101 1010100 10010 1011110 0 1001111 1000011 10000010 1011001 10001

Color Harmonies of #055412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055412

Black with #055412

Text Example


Text Example

White with #055412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055412; }

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

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

background-color css

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

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

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

border-color css

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

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

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