#14450C

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

Shades of Myrtle #14450C

Tints of Myrtle #14450C

Color information

#14450C (or 0x14450C) is unknown color: approx Myrtle. HEX triplet: 14, 45 and 0C. RGB value is (20,69,12). Sum of RGB (Red+Green+Blue) = 20+69+12=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #14450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14450C is #EBBAF3. Grayscale: #303030. Windows color (decimal): -15448820 or 804116. OLE color: 804116.

HSL color Cylindrical-coordinate representation of color #14450C: hue angle of 111.58º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14450C is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB206912-
CMYK0.7100.830.73
HSL111.58º70.37%15.88%-
HSV(B)111.58º82.61%27.06%-
XYZ2.484.431.07-
YUV47.85107.77108.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 69 (27.34% from 255) = 68.32%
BLUE value IS 12 (5.08% from 255) = 11.88%
R=19.80%
G=68.32%
B=11.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069120.7100.830.73111.5870.3715.88
Hex1445C4705349704610
Octal2410514107012311116010620
Binary101001000101110010001110101001110010011110000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14450C; }

 p { color: rgb(20,69,12); }

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

<style>
 a { background-color: #14450C; }

 a { background-color: rgb(20,69,12); }

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

<style>
 span { border-color: #14450C; }

 span { border-color: rgb(20,69,12); }

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