#014F04

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

Shades of Myrtle #014F04

Tints of Myrtle #014F04

Color information

#014F04 (or 0x014F04) is unknown color: approx Myrtle. HEX triplet: 01, 4F and 04. RGB value is (1,79,4). Sum of RGB (Red+Green+Blue) = 1+79+4=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 79 (31.25% from 255 or 94.05% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 79 - color contains mainly: green. Hex color #014F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F04 is #FEB0FB. Grayscale: #2F2F2F. Windows color (decimal): -16691452 or 282369. OLE color: 282369.

HSL color Cylindrical-coordinate representation of color #014F04: hue angle of 122.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F04 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB1794-
CMYK0.9900.950.69
HSL122.31º97.5%15.69%-
HSV(B)122.31º98.73%30.98%-
XYZ2.835.611.05-
YUV47.13103.6695.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 79 (31.25% from 255) = 94.05%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=1.19%
G=94.05%
B=4.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17940.9900.950.69122.3197.515.69
Hex14F46305F457a6210
Octal11174143013710517214220
Binary1100111110011000110101111110001011111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,79,4); }

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

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

 a { background-color: rgb(1,79,4); }

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

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

 span { border-color: rgb(1,79,4); }

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