#055D24

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

Shades of Crusoe #055D24

Tints of Crusoe #055D24

Color information

#055D24 (or 0x055D24) is unknown color: approx Crusoe. HEX triplet: 05, 5D and 24. RGB value is (5,93,36). Sum of RGB (Red+Green+Blue) = 5+93+36=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #055D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D24 is #FAA2DB. Grayscale: #3C3C3C. Windows color (decimal): -16425692 or 2383109. OLE color: 2383109.

HSL color Cylindrical-coordinate representation of color #055D24: hue angle of 141.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D24 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB59336-
CMYK0.9500.610.64
HSL141.14º89.8%19.22%-
HSV(B)141.14º94.62%36.47%-
XYZ4.37.992.98-
YUV60.19114.3588.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 93 (36.72% from 255) = 69.40%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=3.73%
G=69.40%
B=26.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593360.9500.610.64141.1489.819.22
Hex55D245F03D408d5a13
Octal51354413707510021513223
Binary101101110110010010111110111101100000010001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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