#014000

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

Shades of Myrtle #014000

Tints of Myrtle #014000

Color information

#014000 (or 0x014000) is unknown color: approx Myrtle. HEX triplet: 01, 40 and 00. RGB value is (1,64,0). Sum of RGB (Red+Green+Blue) = 1+64+0=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 64 (25.39% from 255 or 98.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 64 - color contains mainly: green. Hex color #014000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014000 is #FEBFFF. Grayscale: #262626. Windows color (decimal): -16695296 or 16385. OLE color: 16385.

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

Color convert

RGB1640-
CMYK0.98010.75
HSL119.06º100%12.55%-
HSV(B)119.06º100%25.1%-
XYZ1.853.670.61-
YUV37.87106.63101.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 64 (25.39% from 255) = 98.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.54%
G=98.46%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16400.98010.75119.0610012.55
Hex1400620644B7764d
Octal11000142014411316714415
Binary1100000001100010011001001001011111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014000; }

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

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

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

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

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

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

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

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