#14590E

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

Shades of Myrtle #14590E

Tints of Myrtle #14590E

Color information

#14590E (or 0x14590E) is unknown color: approx Myrtle. HEX triplet: 14, 59 and 0E. RGB value is (20,89,14). Sum of RGB (Red+Green+Blue) = 20+89+14=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #14590E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14590E is #EBA6F1. Grayscale: #3C3C3C. Windows color (decimal): -15443698 or 940308. OLE color: 940308.

HSL color Cylindrical-coordinate representation of color #14590E: hue angle of 115.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14590E is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB208914-
CMYK0.7800.840.65
HSL115.2º72.82%20.2%-
HSV(B)115.2º84.27%34.9%-
XYZ3.947.331.62-
YUV59.82102.1499.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 89 (35.16% from 255) = 72.36%
BLUE value IS 14 (5.86% from 255) = 11.38%
R=16.26%
G=72.36%
B=11.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089140.7800.840.65115.272.8220.2
Hex1459E4E05441734914
Octal2413116116012410116311124
Binary101001011001111010011100101010010000011110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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