#015E18

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

Shades of Crusoe #015E18

Tints of Crusoe #015E18

Color information

#015E18 (or 0x015E18) is unknown color: approx Crusoe. HEX triplet: 01, 5E and 18. RGB value is (1,94,24). Sum of RGB (Red+Green+Blue) = 1+94+24=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 94 (37.11% from 255 or 78.99% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 94 - color contains mainly: green. Hex color #015E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E18 is #FEA1E7. Grayscale: #3A3A3A. Windows color (decimal): -16687592 or 1596929. OLE color: 1596929.

HSL color Cylindrical-coordinate representation of color #015E18: hue angle of 134.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E18 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB19424-
CMYK0.9900.740.63
HSL134.84º97.89%18.63%-
HSV(B)134.84º98.94%36.86%-
XYZ4.188.082.2-
YUV58.21108.6987.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 94 (37.11% from 255) = 78.99%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=0.84%
G=78.99%
B=20.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194240.9900.740.63134.8497.8918.63
Hex15E186304A3F876213
Octal11363014301127720714223
Binary110111101100011000110100101011111110000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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