#014004

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

Shades of Myrtle #014004

Tints of Myrtle #014004

Color information

#014004 (or 0x014004) is unknown color: approx Myrtle. HEX triplet: 01, 40 and 04. RGB value is (1,64,4). Sum of RGB (Red+Green+Blue) = 1+64+4=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 64 (25.39% from 255 or 92.75% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 64 - color contains mainly: green. Hex color #014004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014004 is #FEBFFB. Grayscale: #262626. Windows color (decimal): -16695292 or 278529. OLE color: 278529.

HSL color Cylindrical-coordinate representation of color #014004: hue angle of 122.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014004 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB1644-
CMYK0.9800.940.75
HSL122.86º96.92%12.75%-
HSV(B)122.86º98.44%25.1%-
XYZ1.873.680.73-
YUV38.32108.63101.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 64 (25.39% from 255) = 92.75%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=1.45%
G=92.75%
B=5.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16440.9800.940.75122.8696.9212.75
Hex14046205E4B7b61d
Octal11004142013611317314115
Binary110000001001100010010111101001011111101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014004; }

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

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

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

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

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

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

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

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