#015914

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

Shades of Crusoe #015914

Tints of Crusoe #015914

Color information

#015914 (or 0x015914) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 14. RGB value is (1,89,20). Sum of RGB (Red+Green+Blue) = 1+89+20=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 89 (35.16% from 255 or 80.91% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 89 - color contains mainly: green. Hex color #015914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015914 is #FEA6EB. Grayscale: #373737. Windows color (decimal): -16688876 or 1333505. OLE color: 1333505.

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

Color convert

RGB18920-
CMYK0.9900.780.65
HSL132.95º97.78%17.65%-
HSV(B)132.95º98.88%34.9%-
XYZ3.717.21.86-
YUV54.82108.3589.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 89 (35.16% from 255) = 80.91%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=0.91%
G=80.91%
B=18.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189200.9900.780.65132.9597.7817.65
Hex159146304E41856212
Octal113124143011610120514222
Binary1101100110100110001101001110100000110000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015914; }

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

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

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

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

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

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

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

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