#14420F

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

Shades of Myrtle #14420F

Tints of Myrtle #14420F

Color information

#14420F (or 0x14420F) is unknown color: approx Myrtle. HEX triplet: 14, 42 and 0F. RGB value is (20,66,15). Sum of RGB (Red+Green+Blue) = 20+66+15=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #14420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14420F is #EBBDF0. Grayscale: #2E2E2E. Windows color (decimal): -15449585 or 999956. OLE color: 999956.

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

Color convert

RGB206615-
CMYK0.7000.770.74
HSL114.12º62.96%15.88%-
HSV(B)114.12º77.27%25.88%-
XYZ2.324.081.12-
YUV46.43110.26109.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 66 (26.17% from 255) = 65.35%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=19.80%
G=65.35%
B=14.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2066150.7000.770.74114.1262.9615.88
Hex1442F4604D4A723f10
Octal241021710601151121627720
Binary10100100001011111000110010011011001010111001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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