#14420E

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

Shades of Myrtle #14420E

Tints of Myrtle #14420E

Color information

#14420E (or 0x14420E) is unknown color: approx Myrtle. HEX triplet: 14, 42 and 0E. RGB value is (20,66,14). Sum of RGB (Red+Green+Blue) = 20+66+14=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #14420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420E is #EBBDF1. Grayscale: #2E2E2E. Windows color (decimal): -15449586 or 934420. OLE color: 934420.

HSL color Cylindrical-coordinate representation of color #14420E: hue angle of 113.08º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14420E is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB206614-
CMYK0.7000.790.74
HSL113.08º65%15.69%-
HSV(B)113.08º78.79%25.88%-
XYZ2.324.081.08-
YUV46.32109.76109.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 14 (5.86% from 255) = 14%
R=20%
G=66%
B=14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066140.7000.790.74113.086515.69
Hex1442E4604F4A714110
Octal2410216106011711216110120
Binary101001000010111010001100100111110010101110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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