#014806

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

Shades of Myrtle #014806

Tints of Myrtle #014806

Color information

#014806 (or 0x014806) is unknown color: approx Myrtle. HEX triplet: 01, 48 and 06. RGB value is (1,72,6). Sum of RGB (Red+Green+Blue) = 1+72+6=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 72 (28.52% from 255 or 91.14% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 72 - color contains mainly: green. Hex color #014806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014806 is #FEB7F9. Grayscale: #2B2B2B. Windows color (decimal): -16693242 or 411649. OLE color: 411649.

HSL color Cylindrical-coordinate representation of color #014806: hue angle of 124.23º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014806 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB1726-
CMYK0.9900.920.72
HSL124.23º97.26%14.31%-
HSV(B)124.23º98.61%28.24%-
XYZ2.364.650.95-
YUV43.25106.9897.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 72 (28.52% from 255) = 91.14%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=1.27%
G=91.14%
B=7.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17260.9900.920.72124.2397.2614.31
Hex14866305C487c61e
Octal11106143013411017414116
Binary110010001101100011010111001001000111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014806; }

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

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

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

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

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

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

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

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