#14561C

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

Shades of Myrtle #14561C

Tints of Myrtle #14561C

Color information

#14561C (or 0x14561C) is unknown color: approx Myrtle. HEX triplet: 14, 56 and 1C. RGB value is (20,86,28). Sum of RGB (Red+Green+Blue) = 20+86+28=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #14561C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14561C is #EBA9E3. Grayscale: #3B3B3B. Windows color (decimal): -15444452 or 1857044. OLE color: 1857044.

HSL color Cylindrical-coordinate representation of color #14561C: hue angle of 127.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14561C is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB208628-
CMYK0.7700.670.66
HSL127.27º62.26%20.78%-
HSV(B)127.27º76.74%33.73%-
XYZ3.836.892.23-
YUV59.65110.1399.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=14.93%
G=64.18%
B=20.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086280.7700.670.66127.2762.2620.78
Hex14561C4D043427f3e15
Octal241263411501031021777625
Binary101001010110111001001101010000111000010111111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,86,28); }

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

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

 a { background-color: rgb(20,86,28); }

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

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

 span { border-color: rgb(20,86,28); }

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