#005911

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

Shades of Crusoe #005911

Tints of Crusoe #005911

Color information

#005911 (or 0x005911) is unknown color: approx Crusoe. HEX triplet: 00, 59 and 11. RGB value is (0,89,17). Sum of RGB (Red+Green+Blue) = 0+89+17=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 89 (35.16% from 255 or 83.96% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 89 - color contains mainly: green. Hex color #005911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005911 is #FFA6EE. Grayscale: #363636. Windows color (decimal): -16754415 or 1136896. OLE color: 1136896.

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

Color convert

RGB08917-
CMYK100.810.65
HSL131.46º100%17.45%-
HSV(B)131.46º100%34.9%-
XYZ3.677.191.72-
YUV54.18107.0189.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 83.96%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=0%
G=83.96%
B=16.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal08917100.810.65131.4610017.45
Hex059116405141836411
Octal013121144012110120314421
Binary0101100110001110010001010001100000110000011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005911; }

 p { color: rgb(0,89,17); }

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

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

 a { background-color: rgb(0,89,17); }

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

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

 span { border-color: rgb(0,89,17); }

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