#014401

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

Shades of Myrtle #014401

Tints of Myrtle #014401

Color information

#014401 (or 0x014401) is unknown color: approx Myrtle. HEX triplet: 01, 44 and 01. RGB value is (1,68,1). Sum of RGB (Red+Green+Blue) = 1+68+1=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 68 (26.95% from 255 or 97.14% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 68 - color contains mainly: green. Hex color #014401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014401 is #FEBBFE. Grayscale: #282828. Windows color (decimal): -16694271 or 82945. OLE color: 82945.

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

Color convert

RGB1681-
CMYK0.9900.990.73
HSL120º97.1%13.53%-
HSV(B)120º98.53%26.67%-
XYZ2.094.140.72-
YUV40.33105.899.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 68 (26.95% from 255) = 97.14%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=1.43%
G=97.14%
B=1.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal16810.9900.990.7312097.113.53
Hex144163063497861e
Octal11041143014311117014116
Binary1100010011100011011000111001001111100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014401; }

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

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

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

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

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

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

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

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