#14450D

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

Shades of Myrtle #14450D

Tints of Myrtle #14450D

Color information

#14450D (or 0x14450D) is unknown color: approx Myrtle. HEX triplet: 14, 45 and 0D. RGB value is (20,69,13). Sum of RGB (Red+Green+Blue) = 20+69+13=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 69 (27.34% from 255 or 67.65% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 69 - color contains mainly: green. Hex color #14450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14450D is #EBBAF2. Grayscale: #303030. Windows color (decimal): -15448819 or 869652. OLE color: 869652.

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

Color convert

RGB206913-
CMYK0.7100.810.73
HSL112.5º68.29%16.08%-
HSV(B)112.5º81.16%27.06%-
XYZ2.494.431.11-
YUV47.96108.27108.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 69 (27.34% from 255) = 67.65%
BLUE value IS 13 (5.47% from 255) = 12.75%
R=19.61%
G=67.65%
B=12.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2069130.7100.810.73112.568.2916.08
Hex1445D4705149704410
Octal2410515107012111116010420
Binary101001000101110110001110101000110010011110000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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