#14560F

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

Shades of Myrtle #14560F

Tints of Myrtle #14560F

Color information

#14560F (or 0x14560F) is unknown color: approx Myrtle. HEX triplet: 14, 56 and 0F. RGB value is (20,86,15). Sum of RGB (Red+Green+Blue) = 20+86+15=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #14560F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14560F is #EBA9F0. Grayscale: #3A3A3A. Windows color (decimal): -15444465 or 1005076. OLE color: 1005076.

HSL color Cylindrical-coordinate representation of color #14560F: hue angle of 115.77º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14560F is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB208615-
CMYK0.7700.830.66
HSL115.77º70.3%19.8%-
HSV(B)115.77º82.56%33.73%-
XYZ3.76.841.58-
YUV58.17103.63100.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 86 (33.98% from 255) = 71.07%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=16.53%
G=71.07%
B=12.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2086150.7700.830.66115.7770.319.8
Hex1456F4D05342744614
Octal2412617115012310216410624
Binary101001010110111110011010101001110000101110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14560F; }

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

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

<style>
 a { background-color: #14560F; }

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

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

<style>
 span { border-color: #14560F; }

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

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