#14460A

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

Shades of Myrtle #14460A

Tints of Myrtle #14460A

Color information

#14460A (or 0x14460A) is unknown color: approx Myrtle. HEX triplet: 14, 46 and 0A. RGB value is (20,70,10). Sum of RGB (Red+Green+Blue) = 20+70+10=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #14460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14460A is #EBB9F5. Grayscale: #303030. Windows color (decimal): -15448566 or 673300. OLE color: 673300.

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

Color convert

RGB207010-
CMYK0.7100.860.73
HSL110º75%15.69%-
HSV(B)110º85.71%27.45%-
XYZ2.534.551.03-
YUV48.21106.44107.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 70%
BLUE value IS 10 (4.30% from 255) = 10%
R=20%
G=70%
B=10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2070100.7100.860.731107515.69
Hex1446A47056496e4b10
Octal2410612107012611115611320
Binary101001000110101010001110101011010010011101110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14460A; }

 p { color: rgb(20,70,10); }

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

<style>
 a { background-color: #14460A; }

 a { background-color: rgb(20,70,10); }

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

<style>
 span { border-color: #14460A; }

 span { border-color: rgb(20,70,10); }

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