#14290F

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

Shades of Myrtle #14290F

Tints of Myrtle #14290F

Color information

#14290F (or 0x14290F) is unknown color: approx Myrtle. HEX triplet: 14, 29 and 0F. RGB value is (20,41,15). Sum of RGB (Red+Green+Blue) = 20+41+15=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #14290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14290F is #EBD6F0. Grayscale: #1F1F1F. Windows color (decimal): -15455985 or 993556. OLE color: 993556.

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

Color convert

RGB204115-
CMYK0.5100.630.84
HSL108.46º46.43%10.98%-
HSV(B)108.46º63.41%16.08%-
XYZ1.171.770.73-
YUV31.76118.54119.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 41 (16.41% from 255) = 53.95%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=26.32%
G=53.95%
B=19.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041150.5100.630.84108.4646.4310.98
Hex1429F3303F546c2eb
Octal245117630771241545613
Binary1010010100111111100110111111101010011011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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