#014903

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

Shades of Myrtle #014903

Tints of Myrtle #014903

Color information

#014903 (or 0x014903) is unknown color: approx Myrtle. HEX triplet: 01, 49 and 03. RGB value is (1,73,3). Sum of RGB (Red+Green+Blue) = 1+73+3=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 73 (28.91% from 255 or 94.81% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 73 - color contains mainly: green. Hex color #014903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014903 is #FEB6FC. Grayscale: #2B2B2B. Windows color (decimal): -16692989 or 215297. OLE color: 215297.

HSL color Cylindrical-coordinate representation of color #014903: hue angle of 121.67º 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 #014903 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB1733-
CMYK0.9900.960.71
HSL121.67º97.3%14.51%-
HSV(B)121.67º98.63%28.63%-
XYZ2.414.780.88-
YUV43.49105.1597.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 73 (28.91% from 255) = 94.81%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=1.30%
G=94.81%
B=3.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal17330.9900.960.71121.6797.314.51
Hex149363060477a61f
Octal11113143014010717214117
Binary11001001111100011011000001000111111101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014903; }

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

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

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

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

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

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

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

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