#055216

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

Shades of Crusoe #055216

Tints of Crusoe #055216

Color information

#055216 (or 0x055216) is unknown color: approx Crusoe. HEX triplet: 05, 52 and 16. RGB value is (5,82,22). Sum of RGB (Red+Green+Blue) = 5+82+22=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #055216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055216 is #FAADE9. Grayscale: #343434. Windows color (decimal): -16428522 or 1462789. OLE color: 1462789.

HSL color Cylindrical-coordinate representation of color #055216: hue angle of 133.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055216 is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB58222-
CMYK0.9400.730.68
HSL133.25º88.51%17.06%-
HSV(B)133.25º93.9%32.16%-
XYZ3.226.121.77-
YUV52.14110.9994.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 82 (32.42% from 255) = 75.23%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=4.59%
G=75.23%
B=20.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582220.9400.730.68133.2588.5117.06
Hex552165E04944855911
Octal512226136011110420513121
Binary101101001010110101111001001001100010010000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055216; }

 p { color: rgb(5,82,22); }

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

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

 a { background-color: rgb(5,82,22); }

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

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

 span { border-color: rgb(5,82,22); }

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