#014D06

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

Shades of Myrtle #014D06

Tints of Myrtle #014D06

Color information

#014D06 (or 0x014D06) is unknown color: approx Myrtle. HEX triplet: 01, 4D and 06. RGB value is (1,77,6). Sum of RGB (Red+Green+Blue) = 1+77+6=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 77 (30.47% from 255 or 91.67% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 77 - color contains mainly: green. Hex color #014D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D06 is #FEB2F9. Grayscale: #2E2E2E. Windows color (decimal): -16691962 or 412929. OLE color: 412929.

HSL color Cylindrical-coordinate representation of color #014D06: hue angle of 123.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D06 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB1776-
CMYK0.9900.920.70
HSL123.95º97.44%15.29%-
HSV(B)123.95º98.7%30.2%-
XYZ2.75.331.06-
YUV46.18105.3295.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 77 (30.47% from 255) = 91.67%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=1.19%
G=91.67%
B=7.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal17760.9900.920.70123.9597.4415.29
Hex14D66305C467c61f
Octal11156143013410617414117
Binary110011011101100011010111001000110111110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014D06; }

 p { color: rgb(1,77,6); }

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

<style>
 a { background-color: #014D06; }

 a { background-color: rgb(1,77,6); }

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

<style>
 span { border-color: #014D06; }

 span { border-color: rgb(1,77,6); }

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