#14500C

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

Shades of Myrtle #14500C

Tints of Myrtle #14500C

Color information

#14500C (or 0x14500C) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 0C. RGB value is (20,80,12). Sum of RGB (Red+Green+Blue) = 20+80+12=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #14500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500C is #EBAFF3. Grayscale: #363636. Windows color (decimal): -15446004 or 806932. OLE color: 806932.

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

Color convert

RGB208012-
CMYK0.7500.850.69
HSL112.94º73.91%18.04%-
HSV(B)112.94º85%31.37%-
XYZ3.225.911.32-
YUV54.31104.12103.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 80 (31.64% from 255) = 71.43%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=17.86%
G=71.43%
B=10.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080120.7500.850.69112.9473.9118.04
Hex1450C4B05545714a12
Octal2412014113012510516111222
Binary101001010000110010010110101010110001011110001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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