#014205

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

Shades of Myrtle #014205

Tints of Myrtle #014205

Color information

#014205 (or 0x014205) is unknown color: approx Myrtle. HEX triplet: 01, 42 and 05. RGB value is (1,66,5). Sum of RGB (Red+Green+Blue) = 1+66+5=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 66 (26.17% from 255 or 91.67% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 66 - color contains mainly: green. Hex color #014205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014205 is #FEBDFA. Grayscale: #272727. Windows color (decimal): -16694779 or 344577. OLE color: 344577.

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

Color convert

RGB1665-
CMYK0.9800.920.74
HSL123.69º97.01%13.14%-
HSV(B)123.69º98.48%25.88%-
XYZ1.993.910.79-
YUV39.61108.47100.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 66 (26.17% from 255) = 91.67%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=1.39%
G=91.67%
B=6.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16650.9800.920.74123.6997.0113.14
Hex14256205C4A7c61d
Octal11025142013411217414115
Binary110000101011100010010111001001010111110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014205; }

 p { color: rgb(1,66,5); }

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

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

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

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

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

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

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