#055816

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

Shades of Crusoe #055816

Tints of Crusoe #055816

Color information

#055816 (or 0x055816) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 16. RGB value is (5,88,22). Sum of RGB (Red+Green+Blue) = 5+88+22=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #055816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055816 is #FAA7E9. Grayscale: #373737. Windows color (decimal): -16426986 or 1464325. OLE color: 1464325.

HSL color Cylindrical-coordinate representation of color #055816: hue angle of 132.29º 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 #055816 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB58822-
CMYK0.9400.750.65
HSL132.29º89.25%18.24%-
HSV(B)132.29º94.32%34.51%-
XYZ3.77.071.93-
YUV55.6610991.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 88 (34.77% from 255) = 76.52%
BLUE value IS 22 (8.98% from 255) = 19.13%
R=4.35%
G=76.52%
B=19.13%

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
Decimal588220.9400.750.65132.2989.2518.24
Hex558165E04B41845912
Octal513026136011310120413122
Binary101101100010110101111001001011100000110000100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055816; }

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

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

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

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

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

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

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

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