#055F24

Color #055F24 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #055F24

Tints of Crusoe #055F24

Color information

#055F24 (or 0x055F24) is unknown color: approx Crusoe. HEX triplet: 05, 5F and 24. RGB value is (5,95,36). Sum of RGB (Red+Green+Blue) = 5+95+36=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #055F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F24 is #FAA0DB. Grayscale: #3D3D3D. Windows color (decimal): -16425180 or 2383621. OLE color: 2383621.

HSL color Cylindrical-coordinate representation of color #055F24: hue angle of 140.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F24 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB59536-
CMYK0.9500.620.63
HSL140.67º90%19.61%-
HSV(B)140.67º94.74%37.25%-
XYZ4.478.343.04-
YUV61.36113.6887.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 95 (37.5% from 255) = 69.85%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=3.68%
G=69.85%
B=26.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595360.9500.620.63140.679019.61
Hex55F245F03E3F8d5a14
Octal5137441370767721513224
Binary10110111111001001011111011111011111110001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F24; }

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

 H1.HeaderClassName
 {
   color: #055F24;
 }
 .AnyTagClassName
 {
   color: #055F24;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #055F24;
 }
 .BgClassName
 {
   background-color: #055F24;
 }
</style>
border-color css

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

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

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