#015A17

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

Shades of Crusoe #015A17

Tints of Crusoe #015A17

Color information

#015A17 (or 0x015A17) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 17. RGB value is (1,90,23). Sum of RGB (Red+Green+Blue) = 1+90+23=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 90 (35.55% from 255 or 78.95% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 90 - color contains mainly: green. Hex color #015A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A17 is #FEA5E8. Grayscale: #373737. Windows color (decimal): -16688617 or 1530369. OLE color: 1530369.

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

Color convert

RGB19023-
CMYK0.9900.740.65
HSL134.83º97.8%17.84%-
HSV(B)134.83º98.89%35.29%-
XYZ3.827.382.03-
YUV55.75109.5188.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 90 (35.55% from 255) = 78.95%
BLUE value IS 23 (9.38% from 255) = 20.18%
R=0.88%
G=78.95%
B=20.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190230.9900.740.65134.8397.817.84
Hex15A176304A41876212
Octal113227143011210120714222
Binary1101101010111110001101001010100000110000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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