#14340D

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

Shades of Myrtle #14340D

Tints of Myrtle #14340D

Color information

#14340D (or 0x14340D) is unknown color: approx Myrtle. HEX triplet: 14, 34 and 0D. RGB value is (20,52,13). Sum of RGB (Red+Green+Blue) = 20+52+13=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #14340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340D is #EBCBF2. Grayscale: #262626. Windows color (decimal): -15453171 or 865300. OLE color: 865300.

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

Color convert

RGB205213-
CMYK0.6200.750.80
HSL109.23º60%12.75%-
HSV(B)109.23º75%20.39%-
XYZ1.592.630.81-
YUV37.99113.9115.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 52 (20.70% from 255) = 61.18%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=23.53%
G=61.18%
B=15.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052130.6200.750.80109.236012.75
Hex1434D3E04B506d3cd
Octal2464157601131201557415
Binary10100110100110111111001001011101000011011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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