#014D0D

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

Shades of Myrtle #014D0D

Tints of Myrtle #014D0D

Color information

#014D0D (or 0x014D0D) is unknown color: approx Myrtle. HEX triplet: 01, 4D and 0D. RGB value is (1,77,13). Sum of RGB (Red+Green+Blue) = 1+77+13=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 77 (30.47% from 255 or 84.62% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 77 - color contains mainly: green. Hex color #014D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D0D is #FEB2F2. Grayscale: #2F2F2F. Windows color (decimal): -16691955 or 871681. OLE color: 871681.

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

Color convert

RGB17713-
CMYK0.9900.830.70
HSL129.47º97.44%15.29%-
HSV(B)129.47º98.7%30.2%-
XYZ2.745.341.27-
YUV46.98108.8295.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 77 (30.47% from 255) = 84.62%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=1.10%
G=84.62%
B=14.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177130.9900.830.70129.4797.4415.29
Hex14DD63053468161f
Octal111515143012310620114117
Binary11001101110111000110101001110001101000000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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