#055C24

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

Shades of Crusoe #055C24

Tints of Crusoe #055C24

Color information

#055C24 (or 0x055C24) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 24. RGB value is (5,92,36). Sum of RGB (Red+Green+Blue) = 5+92+36=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #055C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C24 is #FAA3DB. Grayscale: #3B3B3B. Windows color (decimal): -16425948 or 2382853. OLE color: 2382853.

HSL color Cylindrical-coordinate representation of color #055C24: hue angle of 141.38º 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 #055C24 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB59236-
CMYK0.9500.610.64
HSL141.38º89.69%19.02%-
HSV(B)141.38º94.57%36.08%-
XYZ4.217.812.96-
YUV59.6114.6889.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 92 (36.33% from 255) = 69.17%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=3.76%
G=69.17%
B=27.07%

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
Decimal592360.9500.610.64141.3889.6919.02
Hex55C245F03D408d5a13
Octal51344413707510021513223
Binary101101110010010010111110111101100000010001101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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