#014905

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

Shades of Myrtle #014905

Tints of Myrtle #014905

Color information

#014905 (or 0x014905) is unknown color: approx Myrtle. HEX triplet: 01, 49 and 05. RGB value is (1,73,5). Sum of RGB (Red+Green+Blue) = 1+73+5=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 73 (28.91% from 255 or 92.41% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 73 - color contains mainly: green. Hex color #014905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014905 is #FEB6FA. Grayscale: #2B2B2B. Windows color (decimal): -16692987 or 346369. OLE color: 346369.

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

Color convert

RGB1735-
CMYK0.9900.930.71
HSL123.33º97.3%14.51%-
HSV(B)123.33º98.63%28.63%-
XYZ2.424.780.94-
YUV43.72106.1597.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 73 (28.91% from 255) = 92.41%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=1.27%
G=92.41%
B=6.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal17350.9900.930.71123.3397.314.51
Hex14956305D477b61f
Octal11115143013510717314117
Binary110010011011100011010111011000111111101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014905; }

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

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

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

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

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

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

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

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