#14500D

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

Shades of Myrtle #14500D

Tints of Myrtle #14500D

Color information

#14500D (or 0x14500D) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 0D. RGB value is (20,80,13). Sum of RGB (Red+Green+Blue) = 20+80+13=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #14500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500D is #EBAFF2. Grayscale: #363636. Windows color (decimal): -15446003 or 872468. OLE color: 872468.

HSL color Cylindrical-coordinate representation of color #14500D: hue angle of 113.73º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14500D is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB208013-
CMYK0.7500.840.69
HSL113.73º72.04%18.24%-
HSV(B)113.73º83.75%31.37%-
XYZ3.235.921.35-
YUV54.42104.62103.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=17.70%
G=70.80%
B=11.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080130.7500.840.69113.7372.0418.24
Hex1450D4B05445724812
Octal2412015113012410516211022
Binary101001010000110110010110101010010001011110010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14500D; }

 p { color: rgb(20,80,13); }

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

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

 a { background-color: rgb(20,80,13); }

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

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

 span { border-color: rgb(20,80,13); }

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