#014F05

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

Shades of Myrtle #014F05

Tints of Myrtle #014F05

Color information

#014F05 (or 0x014F05) is unknown color: approx Myrtle. HEX triplet: 01, 4F and 05. RGB value is (1,79,5). Sum of RGB (Red+Green+Blue) = 1+79+5=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 79 (31.25% from 255 or 92.94% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 79 - color contains mainly: green. Hex color #014F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F05 is #FEB0FA. Grayscale: #2F2F2F. Windows color (decimal): -16691451 or 347905. OLE color: 347905.

HSL color Cylindrical-coordinate representation of color #014F05: hue angle of 123.08º 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 #014F05 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB1795-
CMYK0.9900.940.69
HSL123.08º97.5%15.69%-
HSV(B)123.08º98.73%30.98%-
XYZ2.845.611.08-
YUV47.24104.1695.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 79 (31.25% from 255) = 92.94%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=1.18%
G=92.94%
B=5.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal17950.9900.940.69123.0897.515.69
Hex14F56305E457b6210
Octal11175143013610517314220
Binary1100111110111000110101111010001011111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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