#015911

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

Shades of Crusoe #015911

Tints of Crusoe #015911

Color information

#015911 (or 0x015911) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 11. RGB value is (1,89,17). Sum of RGB (Red+Green+Blue) = 1+89+17=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 89 (35.16% from 255 or 83.18% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 89 - color contains mainly: green. Hex color #015911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015911 is #FEA6EE. Grayscale: #363636. Windows color (decimal): -16688879 or 1136897. OLE color: 1136897.

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

Color convert

RGB18917-
CMYK0.9900.810.65
HSL130.91º97.78%17.65%-
HSV(B)130.91º98.88%34.9%-
XYZ3.697.191.72-
YUV54.48106.8589.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 89 (35.16% from 255) = 83.18%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=0.93%
G=83.18%
B=15.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189170.9900.810.65130.9197.7817.65
Hex159116305141836212
Octal113121143012110120314222
Binary1101100110001110001101010001100000110000011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015911; }

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

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

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

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

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

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

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

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