#01490A

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

Shades of Myrtle #01490A

Tints of Myrtle #01490A

Color information

#01490A (or 0x01490A) is unknown color: approx Myrtle. HEX triplet: 01, 49 and 0A. RGB value is (1,73,10). Sum of RGB (Red+Green+Blue) = 1+73+10=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 73 (28.91% from 255 or 86.90% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 73 - color contains mainly: green. Hex color #01490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01490A is #FEB6F5. Grayscale: #2C2C2C. Windows color (decimal): -16692982 or 674049. OLE color: 674049.

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

Color convert

RGB17310-
CMYK0.9900.860.71
HSL127.5º97.3%14.51%-
HSV(B)127.5º98.63%28.63%-
XYZ2.454.791.08-
YUV44.29108.6597.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 73 (28.91% from 255) = 86.90%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=1.19%
G=86.90%
B=11.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173100.9900.860.71127.597.314.51
Hex149A63056478061f
Octal111112143012610720014117
Binary11001001101011000110101011010001111000000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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