#14420D

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

Shades of Myrtle #14420D

Tints of Myrtle #14420D

Color information

#14420D (or 0x14420D) is unknown color: approx Myrtle. HEX triplet: 14, 42 and 0D. RGB value is (20,66,13). Sum of RGB (Red+Green+Blue) = 20+66+13=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #14420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420D is #EBBDF2. Grayscale: #2E2E2E. Windows color (decimal): -15449587 or 868884. OLE color: 868884.

HSL color Cylindrical-coordinate representation of color #14420D: hue angle of 112.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14420D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB206613-
CMYK0.7000.800.74
HSL112.08º67.09%15.49%-
HSV(B)112.08º80.3%25.88%-
XYZ2.314.071.05-
YUV46.2109.26109.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 66 (26.17% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=20.20%
G=66.67%
B=13.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066130.7000.800.74112.0867.0915.49
Hex1442D460504A7043f
Octal2410215106012011216010317
Binary10100100001011011000110010100001001010111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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