#055F21

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

Shades of Crusoe #055F21

Tints of Crusoe #055F21

Color information

#055F21 (or 0x055F21) is unknown color: approx Crusoe. HEX triplet: 05, 5F and 21. RGB value is (5,95,33). Sum of RGB (Red+Green+Blue) = 5+95+33=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 95 (37.5% from 255 or 71.43% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 95 - color contains mainly: green. Hex color #055F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F21 is #FAA0DE. Grayscale: #3D3D3D. Windows color (decimal): -16425183 or 2187013. OLE color: 2187013.

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

Color convert

RGB59533-
CMYK0.9500.650.63
HSL138.67º90%19.61%-
HSV(B)138.67º94.74%37.25%-
XYZ4.438.332.81-
YUV61.02112.1888.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 95 (37.5% from 255) = 71.43%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=3.76%
G=71.43%
B=24.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595330.9500.650.63138.679019.61
Hex55F215F0413F8b5a14
Octal51374113701017721313224
Binary101101111110000110111110100000111111110001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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