#14470D

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

Shades of Myrtle #14470D

Tints of Myrtle #14470D

Color information

#14470D (or 0x14470D) is unknown color: approx Myrtle. HEX triplet: 14, 47 and 0D. RGB value is (20,71,13). Sum of RGB (Red+Green+Blue) = 20+71+13=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 71 (28.12% from 255 or 68.27% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 71 - color contains mainly: green. Hex color #14470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14470D is #EBB8F2. Grayscale: #313131. Windows color (decimal): -15448307 or 870164. OLE color: 870164.

HSL color Cylindrical-coordinate representation of color #14470D: hue angle of 112.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14470D is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB207113-
CMYK0.7200.820.72
HSL112.76º69.05%16.47%-
HSV(B)112.76º81.69%27.84%-
XYZ2.614.681.15-
YUV49.14107.6107.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 71 (28.12% from 255) = 68.27%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=19.23%
G=68.27%
B=12.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071130.7200.820.72112.7669.0516.47
Hex1447D4805248714510
Octal2410715110012211016110520
Binary101001000111110110010000101001010010001110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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