#015A15

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

Shades of Crusoe #015A15

Tints of Crusoe #015A15

Color information

#015A15 (or 0x015A15) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 15. RGB value is (1,90,21). Sum of RGB (Red+Green+Blue) = 1+90+21=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #015A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A15 is #FEA5EA. Grayscale: #373737. Windows color (decimal): -16688619 or 1399297. OLE color: 1399297.

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

Color convert

RGB19021-
CMYK0.9900.770.65
HSL133.48º97.8%17.84%-
HSV(B)133.48º98.89%35.29%-
XYZ3.87.371.93-
YUV55.52108.5189.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 90 (35.55% from 255) = 80.36%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=0.89%
G=80.36%
B=18.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190210.9900.770.65133.4897.817.84
Hex15A156304D41856212
Octal113225143011510120514222
Binary1101101010101110001101001101100000110000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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