#14340E

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

Shades of Myrtle #14340E

Tints of Myrtle #14340E

Color information

#14340E (or 0x14340E) is unknown color: approx Myrtle. HEX triplet: 14, 34 and 0E. RGB value is (20,52,14). Sum of RGB (Red+Green+Blue) = 20+52+14=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #14340E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340E is #EBCBF1. Grayscale: #262626. Windows color (decimal): -15453170 or 930836. OLE color: 930836.

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

Color convert

RGB205214-
CMYK0.6200.730.80
HSL110.53º57.58%12.94%-
HSV(B)110.53º73.08%20.39%-
XYZ1.62.640.84-
YUV38.1114.4115.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 14 (5.86% from 255) = 16.28%
R=23.26%
G=60.47%
B=16.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052140.6200.730.80110.5357.5812.94
Hex1434E3E049506f3ad
Octal2464167601111201577215
Binary10100110100111011111001001001101000011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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