Html Css Color HEX #055424 Crusoe

📋 copy color: '#055424'

red 5 ◦ green 84 ◦ blue 36

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

Shades of Crusoe #055424

Tints of Crusoe #055424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 28.8%

R = 4%
G = 67.2%
B = 28.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#055424 (or 0x055424) is known color: Crusoe. HEX triplet: 05, 54 and 24. RGB value is (5,84,36). Sum of RGB (Red+Green+Blue) = 5+84+36=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #055424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055424 is #FAABDB. Grayscale: #373737. Windows color (decimal): -16427996 or 2380805. OLE color: 2380805.

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

Color convert

RGB 5 84 36 -
CMYK 0.94 0 0.57 0.67
HSL 143.54º 0.89% 0.17% -
HSV(B) 143.54º 0.94% 0.33% -
XYZ 3.55 6.5 2.74 -
YUV 54.91 117.33 92.4 -
System Red Green Blue C M Y K H S L
Decimal 5 84 36 0.94 0 0.57 0.67 143.54 0.89 0.17
Hex 5 54 24 5E 0 39 43 90 59 11
Octal 5 124 44 136 0 71 103 220 131 21
Binary 101 1010100 100100 1011110 0 111001 1000011 10010000 1011001 10001

Color Harmonies of #055424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055424

Black with #055424

Text Example


Text Example

White with #055424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055424; }

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

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

background-color css

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

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

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

border-color css

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

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

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