#14310E

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

Shades of Myrtle #14310E

Tints of Myrtle #14310E

Color information

#14310E (or 0x14310E) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 0E. RGB value is (20,49,14). Sum of RGB (Red+Green+Blue) = 20+49+14=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 49 (19.53% from 255 or 59.04% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 49 - color contains mainly: green. Hex color #14310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14310E is #EBCEF1. Grayscale: #242424. Windows color (decimal): -15453938 or 930068. OLE color: 930068.

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

Color convert

RGB204914-
CMYK0.5900.710.81
HSL109.71º55.56%12.35%-
HSV(B)109.71º71.43%19.22%-
XYZ1.472.380.8-
YUV36.34115.39116.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 49 (19.53% from 255) = 59.04%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=24.10%
G=59.04%
B=16.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049140.5900.710.81109.7155.5612.35
Hex1431E3B047516e38c
Octal2461167301071211567014
Binary10100110001111011101101000111101000111011101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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