#14280D

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

Shades of Myrtle #14280D

Tints of Myrtle #14280D

Color information

#14280D (or 0x14280D) is unknown color: approx Myrtle. HEX triplet: 14, 28 and 0D. RGB value is (20,40,13). Sum of RGB (Red+Green+Blue) = 20+40+13=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #14280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14280D is #EBD7F2. Grayscale: #1F1F1F. Windows color (decimal): -15456243 or 862228. OLE color: 862228.

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

Color convert

RGB204013-
CMYK0.500.670.84
HSL104.44º50.94%10.39%-
HSV(B)104.44º67.5%15.69%-
XYZ1.121.70.65-
YUV30.94117.87120.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 40 (16.02% from 255) = 54.79%
BLUE value IS 13 (5.47% from 255) = 17.81%
R=27.40%
G=54.79%
B=17.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040130.500.670.84104.4450.9410.39
Hex1428D32043546833a
Octal2450156201031241506312
Binary10100101000110111001001000011101010011010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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