#014803

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

Shades of Myrtle #014803

Tints of Myrtle #014803

Color information

#014803 (or 0x014803) is unknown color: approx Myrtle. HEX triplet: 01, 48 and 03. RGB value is (1,72,3). Sum of RGB (Red+Green+Blue) = 1+72+3=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 72 (28.52% from 255 or 94.74% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 72 - color contains mainly: green. Hex color #014803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014803 is #FEB7FC. Grayscale: #2B2B2B. Windows color (decimal): -16693245 or 215041. OLE color: 215041.

HSL color Cylindrical-coordinate representation of color #014803: hue angle of 121.69º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014803 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB1723-
CMYK0.9900.960.72
HSL121.69º97.26%14.31%-
HSV(B)121.69º98.61%28.24%-
XYZ2.354.650.86-
YUV42.9105.4898.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 72 (28.52% from 255) = 94.74%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=1.32%
G=94.74%
B=3.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17230.9900.960.72121.6997.2614.31
Hex148363060487a61e
Octal11103143014011017214116
Binary11001000111100011011000001001000111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014803; }

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

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

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

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

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

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

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

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