#14460E

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

Shades of Myrtle #14460E

Tints of Myrtle #14460E

Color information

#14460E (or 0x14460E) is unknown color: approx Myrtle. HEX triplet: 14, 46 and 0E. RGB value is (20,70,14). Sum of RGB (Red+Green+Blue) = 20+70+14=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 70 (27.73% from 255 or 67.31% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 70 - color contains mainly: green. Hex color #14460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14460E is #EBB9F1. Grayscale: #303030. Windows color (decimal): -15448562 or 935444. OLE color: 935444.

HSL color Cylindrical-coordinate representation of color #14460E: hue angle of 113.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14460E is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB207014-
CMYK0.7100.800.73
HSL113.57º66.67%16.47%-
HSV(B)113.57º80%27.45%-
XYZ2.564.561.16-
YUV48.67108.44107.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 70 (27.73% from 255) = 67.31%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=19.23%
G=67.31%
B=13.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070140.7100.800.73113.5766.6716.47
Hex1446E4705049724310
Octal2410616107012011116210320
Binary101001000110111010001110101000010010011110010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14460E; }

 p { color: rgb(20,70,14); }

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

<style>
 a { background-color: #14460E; }

 a { background-color: rgb(20,70,14); }

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

<style>
 span { border-color: #14460E; }

 span { border-color: rgb(20,70,14); }

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