#14310F

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

Shades of Myrtle #14310F

Tints of Myrtle #14310F

Color information

#14310F (or 0x14310F) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 0F. RGB value is (20,49,15). Sum of RGB (Red+Green+Blue) = 20+49+15=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #14310F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14310F is #EBCEF0. Grayscale: #242424. Windows color (decimal): -15453937 or 995604. OLE color: 995604.

HSL color Cylindrical-coordinate representation of color #14310F: hue angle of 111.18º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14310F is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB204915-
CMYK0.5900.690.81
HSL111.18º53.12%12.55%-
HSV(B)111.18º69.39%19.22%-
XYZ1.472.380.83-
YUV36.45115.89116.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 49 (19.53% from 255) = 58.33%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=23.81%
G=58.33%
B=17.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049150.5900.690.81111.1853.1212.55
Hex1431F3B045516f35d
Octal2461177301051211576515
Binary10100110001111111101101000101101000111011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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