#14290D

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

Shades of Myrtle #14290D

Tints of Myrtle #14290D

Color information

#14290D (or 0x14290D) is unknown color: approx Myrtle. HEX triplet: 14, 29 and 0D. RGB value is (20,41,13). Sum of RGB (Red+Green+Blue) = 20+41+13=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #14290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14290D is #EBD6F2. Grayscale: #1F1F1F. Windows color (decimal): -15455987 or 862484. OLE color: 862484.

HSL color Cylindrical-coordinate representation of color #14290D: hue angle of 105º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14290D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB204113-
CMYK0.5100.680.84
HSL105º51.85%10.59%-
HSV(B)105º68.29%16.08%-
XYZ1.151.760.66-
YUV31.53117.54119.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 41 (16.41% from 255) = 55.41%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=27.03%
G=55.41%
B=17.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041130.5100.680.8410551.8510.59
Hex1429D33044546934b
Octal2451156301041241516413
Binary10100101001110111001101000100101010011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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