#055C28

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

Shades of Crusoe #055C28

Tints of Crusoe #055C28

Color information

#055C28 (or 0x055C28) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 28. RGB value is (5,92,40). Sum of RGB (Red+Green+Blue) = 5+92+40=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 92 (36.33% from 255 or 67.15% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 92 - color contains mainly: green. Hex color #055C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055C28 is #FAA3D7. Grayscale: #3C3C3C. Windows color (decimal): -16425944 or 2644997. OLE color: 2644997.

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

Color convert

RGB59240-
CMYK0.9500.570.64
HSL144.14º89.69%19.02%-
HSV(B)144.14º94.57%36.08%-
XYZ4.277.843.3-
YUV60.06116.6888.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 92 (36.33% from 255) = 67.15%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=3.65%
G=67.15%
B=29.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592400.9500.570.64144.1489.6919.02
Hex55C285F03940905a13
Octal51345013707110022013223
Binary101101110010100010111110111001100000010010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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