#014504

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

Shades of Myrtle #014504

Tints of Myrtle #014504

Color information

#014504 (or 0x014504) is unknown color: approx Myrtle. HEX triplet: 01, 45 and 04. RGB value is (1,69,4). Sum of RGB (Red+Green+Blue) = 1+69+4=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 69 (27.34% from 255 or 93.24% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 69 - color contains mainly: green. Hex color #014504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014504 is #FEBAFB. Grayscale: #292929. Windows color (decimal): -16694012 or 279809. OLE color: 279809.

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

Color convert

RGB1694-
CMYK0.9900.940.73
HSL122.65º97.14%13.73%-
HSV(B)122.65º98.55%27.06%-
XYZ2.164.270.83-
YUV41.26106.9799.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 69 (27.34% from 255) = 93.24%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=1.35%
G=93.24%
B=5.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16940.9900.940.73122.6597.1413.73
Hex14546305E497b61e
Octal11054143013611117314116
Binary110001011001100011010111101001001111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014504; }

 p { color: rgb(1,69,4); }

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

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

 a { background-color: rgb(1,69,4); }

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

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

 span { border-color: rgb(1,69,4); }

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