#015912

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

Shades of Crusoe #015912

Tints of Crusoe #015912

Color information

#015912 (or 0x015912) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 12. RGB value is (1,89,18). Sum of RGB (Red+Green+Blue) = 1+89+18=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 89 (35.16% from 255 or 82.41% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 89 - color contains mainly: green. Hex color #015912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015912 is #FEA6ED. Grayscale: #363636. Windows color (decimal): -16688878 or 1202433. OLE color: 1202433.

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

Color convert

RGB18918-
CMYK0.9900.800.65
HSL131.59º97.78%17.65%-
HSV(B)131.59º98.88%34.9%-
XYZ3.697.191.77-
YUV54.59107.3589.77-

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) = 82.41%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=0.93%
G=82.41%
B=16.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189180.9900.800.65131.5997.7817.65
Hex159126305041846212
Octal113122143012010120414222
Binary1101100110010110001101010000100000110000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015912; }

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

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

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

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

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

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

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

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