#055716

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

Shades of Crusoe #055716

Tints of Crusoe #055716

Color information

#055716 (or 0x055716) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 16. RGB value is (5,87,22). Sum of RGB (Red+Green+Blue) = 5+87+22=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 87 (34.38% from 255 or 76.32% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 87 - color contains mainly: green. Hex color #055716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055716 is #FAA8E9. Grayscale: #373737. Windows color (decimal): -16427242 or 1464069. OLE color: 1464069.

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

Color convert

RGB58722-
CMYK0.9400.750.66
HSL132.44º89.13%18.04%-
HSV(B)132.44º94.25%34.12%-
XYZ3.626.911.9-
YUV55.07109.3392.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 87 (34.38% from 255) = 76.32%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=4.39%
G=76.32%
B=19.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587220.9400.750.66132.4489.1318.04
Hex557165E04B42845912
Octal512726136011310220413122
Binary101101011110110101111001001011100001010000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055716; }

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

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

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

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

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

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

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

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