#015A16

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

Shades of Crusoe #015A16

Tints of Crusoe #015A16

Color information

#015A16 (or 0x015A16) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 16. RGB value is (1,90,22). Sum of RGB (Red+Green+Blue) = 1+90+22=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #015A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A16 is #FEA5E9. Grayscale: #373737. Windows color (decimal): -16688618 or 1464833. OLE color: 1464833.

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

Color convert

RGB19022-
CMYK0.9900.760.65
HSL134.16º97.8%17.84%-
HSV(B)134.16º98.89%35.29%-
XYZ3.817.381.98-
YUV55.64109.0189.03-

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) = 79.65%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=0.88%
G=79.65%
B=19.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190220.9900.760.65134.1697.817.84
Hex15A166304C41866212
Octal113226143011410120614222
Binary1101101010110110001101001100100000110000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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