#015A14

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

Shades of Crusoe #015A14

Tints of Crusoe #015A14

Color information

#015A14 (or 0x015A14) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 14. RGB value is (1,90,20). Sum of RGB (Red+Green+Blue) = 1+90+20=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 90 (35.55% from 255 or 81.08% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 90 - color contains mainly: green. Hex color #015A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A14 is #FEA5EB. Grayscale: #373737. Windows color (decimal): -16688620 or 1333761. OLE color: 1333761.

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

Color convert

RGB19020-
CMYK0.9900.780.65
HSL132.81º97.8%17.84%-
HSV(B)132.81º98.89%35.29%-
XYZ3.797.371.88-
YUV55.41108.0189.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 90 (35.55% from 255) = 81.08%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=0.90%
G=81.08%
B=18.02%

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
Decimal190200.9900.780.65132.8197.817.84
Hex15A146304E41856212
Octal113224143011610120514222
Binary1101101010100110001101001110100000110000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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