#01460A

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

Shades of Myrtle #01460A

Tints of Myrtle #01460A

Color information

#01460A (or 0x01460A) is unknown color: approx Myrtle. HEX triplet: 01, 46 and 0A. RGB value is (1,70,10). Sum of RGB (Red+Green+Blue) = 1+70+10=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 70 (27.73% from 255 or 86.42% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 70 - color contains mainly: green. Hex color #01460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460A is #FEB9F5. Grayscale: #2A2A2A. Windows color (decimal): -16693750 or 673281. OLE color: 673281.

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

Color convert

RGB17010-
CMYK0.9900.860.73
HSL127.83º97.18%13.92%-
HSV(B)127.83º98.57%27.45%-
XYZ2.264.411.02-
YUV42.53109.6498.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 70 (27.73% from 255) = 86.42%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=1.23%
G=86.42%
B=12.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170100.9900.860.73127.8397.1813.92
Hex146A63056498061e
Octal110612143012611120014116
Binary11000110101011000110101011010010011000000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01460A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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