#015918

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

Shades of Crusoe #015918

Tints of Crusoe #015918

Color information

#015918 (or 0x015918) is unknown color: approx Crusoe. HEX triplet: 01, 59 and 18. RGB value is (1,89,24). Sum of RGB (Red+Green+Blue) = 1+89+24=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #015918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015918 is #FEA6E7. Grayscale: #373737. Windows color (decimal): -16688872 or 1595649. OLE color: 1595649.

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

Color convert

RGB18924-
CMYK0.9900.730.65
HSL135.68º97.78%17.65%-
HSV(B)135.68º98.88%34.9%-
XYZ3.757.222.06-
YUV55.28110.3589.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 89 (35.16% from 255) = 78.07%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=0.88%
G=78.07%
B=21.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189240.9900.730.65135.6897.7817.65
Hex159186304941886212
Octal113130143011110121014222
Binary1101100111000110001101001001100000110001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015918; }

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

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

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

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

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

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

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

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