#14350D

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

Shades of Myrtle #14350D

Tints of Myrtle #14350D

Color information

#14350D (or 0x14350D) is unknown color: approx Myrtle. HEX triplet: 14, 35 and 0D. RGB value is (20,53,13). Sum of RGB (Red+Green+Blue) = 20+53+13=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #14350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14350D is #EBCAF2. Grayscale: #262626. Windows color (decimal): -15452915 or 865556. OLE color: 865556.

HSL color Cylindrical-coordinate representation of color #14350D: hue angle of 109.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14350D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB205313-
CMYK0.6200.750.79
HSL109.5º60.61%12.94%-
HSV(B)109.5º75.47%20.78%-
XYZ1.632.720.82-
YUV38.57113.57114.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 53 (21.09% from 255) = 61.63%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=23.26%
G=61.63%
B=15.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2053130.6200.750.79109.560.6112.94
Hex1435D3E04B4F6e3dd
Octal2465157601131171567515
Binary10100110101110111111001001011100111111011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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