#014F0D

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

Shades of Myrtle #014F0D

Tints of Myrtle #014F0D

Color information

#014F0D (or 0x014F0D) is unknown color: approx Myrtle. HEX triplet: 01, 4F and 0D. RGB value is (1,79,13). Sum of RGB (Red+Green+Blue) = 1+79+13=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 79 (31.25% from 255 or 84.95% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 79 - color contains mainly: green. Hex color #014F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014F0D is #FEB0F2. Grayscale: #303030. Windows color (decimal): -16691443 or 872193. OLE color: 872193.

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

Color convert

RGB17913-
CMYK0.9900.840.69
HSL129.23º97.5%15.69%-
HSV(B)129.23º98.73%30.98%-
XYZ2.885.631.32-
YUV48.15108.1694.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 79 (31.25% from 255) = 84.95%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=1.08%
G=84.95%
B=13.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179130.9900.840.69129.2397.515.69
Hex14FD6305445816210
Octal111715143012410520114220
Binary110011111101110001101010100100010110000001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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