#055916

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

Shades of Crusoe #055916

Tints of Crusoe #055916

Color information

#055916 (or 0x055916) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 16. RGB value is (5,89,22). Sum of RGB (Red+Green+Blue) = 5+89+22=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #055916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055916 is #FAA6E9. Grayscale: #383838. Windows color (decimal): -16426730 or 1464581. OLE color: 1464581.

HSL color Cylindrical-coordinate representation of color #055916: hue angle of 132.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055916 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB58922-
CMYK0.9400.750.65
HSL132.14º89.36%18.43%-
HSV(B)132.14º94.38%34.9%-
XYZ3.787.231.96-
YUV56.25108.6791.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 89 (35.16% from 255) = 76.72%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=4.31%
G=76.72%
B=18.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589220.9400.750.65132.1489.3618.43
Hex559165E04B41845912
Octal513126136011310120413122
Binary101101100110110101111001001011100000110000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055916; }

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

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

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

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

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

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

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

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