#14531D

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

Shades of Myrtle #14531D

Tints of Myrtle #14531D

Color information

#14531D (or 0x14531D) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 1D. RGB value is (20,83,29). Sum of RGB (Red+Green+Blue) = 20+83+29=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #14531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14531D is #EBACE2. Grayscale: #3A3A3A. Windows color (decimal): -15445219 or 1921812. OLE color: 1921812.

HSL color Cylindrical-coordinate representation of color #14531D: hue angle of 128.57º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14531D is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB208329-
CMYK0.7600.650.67
HSL128.57º61.17%20.2%-
HSV(B)128.57º75.9%32.55%-
XYZ3.66.422.21-
YUV58.01111.63100.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=15.15%
G=62.88%
B=21.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083290.7600.650.67128.5761.1720.2
Hex14531D4C04143813d14
Octal241233511401011032017524
Binary1010010100111110110011000100000110000111000000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,83,29); }

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

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

 a { background-color: rgb(20,83,29); }

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

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

 span { border-color: rgb(20,83,29); }

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