#015A18

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

Shades of Crusoe #015A18

Tints of Crusoe #015A18

Color information

#015A18 (or 0x015A18) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 18. RGB value is (1,90,24). Sum of RGB (Red+Green+Blue) = 1+90+24=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #015A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A18 is #FEA5E7. Grayscale: #383838. Windows color (decimal): -16688616 or 1595905. OLE color: 1595905.

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

Color convert

RGB19024-
CMYK0.9900.730.65
HSL135.51º97.8%17.84%-
HSV(B)135.51º98.89%35.29%-
XYZ3.837.382.09-
YUV55.86110.0188.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 90 (35.55% from 255) = 78.26%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=0.87%
G=78.26%
B=20.87%

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
Decimal190240.9900.730.65135.5197.817.84
Hex15A186304941886212
Octal113230143011110121014222
Binary1101101011000110001101001001100000110001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015A18; }

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

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

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

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

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

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

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

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