#14310D

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

Shades of Myrtle #14310D

Tints of Myrtle #14310D

Color information

#14310D (or 0x14310D) is unknown color: approx Myrtle. HEX triplet: 14, 31 and 0D. RGB value is (20,49,13). Sum of RGB (Red+Green+Blue) = 20+49+13=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 49 (19.53% from 255 or 59.76% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 49 - color contains mainly: green. Hex color #14310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14310D is #EBCEF2. Grayscale: #242424. Windows color (decimal): -15453939 or 864532. OLE color: 864532.

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

Color convert

RGB204913-
CMYK0.5900.730.81
HSL108.33º58.06%12.16%-
HSV(B)108.33º73.47%19.22%-
XYZ1.462.370.76-
YUV36.22114.89116.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 49 (19.53% from 255) = 59.76%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=24.39%
G=59.76%
B=15.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2049130.5900.730.81108.3358.0612.16
Hex1431D3B049516c3ac
Octal2461157301111211547214
Binary10100110001110111101101001001101000111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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