#014404

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

Shades of Myrtle #014404

Tints of Myrtle #014404

Color information

#014404 (or 0x014404) is unknown color: approx Myrtle. HEX triplet: 01, 44 and 04. RGB value is (1,68,4). Sum of RGB (Red+Green+Blue) = 1+68+4=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 68 (26.95% from 255 or 93.15% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 68 - color contains mainly: green. Hex color #014404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014404 is #FEBBFB. Grayscale: #282828. Windows color (decimal): -16694268 or 279553. OLE color: 279553.

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

Color convert

RGB1684-
CMYK0.9900.940.73
HSL122.69º97.1%13.53%-
HSV(B)122.69º98.53%26.67%-
XYZ2.14.150.81-
YUV40.67107.399.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 68 (26.95% from 255) = 93.15%
BLUE value IS 4 (1.95% from 255) = 5.48%
R=1.37%
G=93.15%
B=5.48%

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
Decimal16840.9900.940.73122.6997.113.53
Hex14446305E497b61e
Octal11044143013611117314116
Binary110001001001100011010111101001001111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014404; }

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

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

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

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

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

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

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

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