#005816

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

Shades of Crusoe #005816

Tints of Crusoe #005816

Color information

#005816 (or 0x005816) is unknown color: approx Crusoe. HEX triplet: 00, 58 and 16. RGB value is (0,88,22). Sum of RGB (Red+Green+Blue) = 0+88+22=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #005816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005816 is #FFA7E9. Grayscale: #363636. Windows color (decimal): -16754666 or 1464320. OLE color: 1464320.

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

Color convert

RGB08822-
CMYK100.750.65
HSL135º100%17.25%-
HSV(B)135º100%34.51%-
XYZ3.637.041.93-
YUV54.16109.8589.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 80%
BLUE value IS 22 (8.98% from 255) = 20%
R=0%
G=80%
B=20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08822100.750.6513510017.25
Hex058166404B41876411
Octal013026144011310120714421
Binary0101100010110110010001001011100000110000111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005816; }

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

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

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

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

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

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

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

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