#01560E

Color #01560E Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #01560E

Tints of Myrtle #01560E

Color information

#01560E (or 0x01560E) is unknown color: approx Myrtle. HEX triplet: 01, 56 and 0E. RGB value is (1,86,14). Sum of RGB (Red+Green+Blue) = 1+86+14=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #01560E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01560E is #FEA9F1. Grayscale: #343434. Windows color (decimal): -16689650 or 939521. OLE color: 939521.

HSL color Cylindrical-coordinate representation of color #01560E: hue angle of 129.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01560E is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB18614-
CMYK0.9900.840.66
HSL129.18º97.7%17.06%-
HSV(B)129.18º98.84%33.73%-
XYZ3.426.691.53-
YUV52.38106.3491.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 86 (33.98% from 255) = 85.15%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=0.99%
G=85.15%
B=13.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186140.9900.840.66129.1897.717.06
Hex156E6305442816211
Octal112616143012410220114221
Binary110101101110110001101010100100001010000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01560E; }

 p { color: rgb(1,86,14); }

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

<style>
 a { background-color: #01560E; }

 a { background-color: rgb(1,86,14); }

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

<style>
 span { border-color: #01560E; }

 span { border-color: rgb(1,86,14); }

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