#055D32

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

Shades of Crusoe #055D32

Tints of Crusoe #055D32

Color information

#055D32 (or 0x055D32) is unknown color: approx Crusoe. HEX triplet: 05, 5D and 32. RGB value is (5,93,50). Sum of RGB (Red+Green+Blue) = 5+93+50=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #055D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D32 is #FAA2CD. Grayscale: #3D3D3D. Windows color (decimal): -16425678 or 3300613. OLE color: 3300613.

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

Color convert

RGB59350-
CMYK0.9500.460.64
HSL150.68º89.8%19.22%-
HSV(B)150.68º94.62%36.47%-
XYZ4.558.094.34-
YUV61.79121.3587.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 93 (36.72% from 255) = 62.84%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=3.38%
G=62.84%
B=33.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593500.9500.460.64150.6889.819.22
Hex55D325F02E40975a13
Octal51356213705610022713223
Binary101101110111001010111110101110100000010010111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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