#014006

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

Shades of Myrtle #014006

Tints of Myrtle #014006

Color information

#014006 (or 0x014006) is unknown color: approx Myrtle. HEX triplet: 01, 40 and 06. RGB value is (1,64,6). Sum of RGB (Red+Green+Blue) = 1+64+6=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 64 (25.39% from 255 or 90.14% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 64 - color contains mainly: green. Hex color #014006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014006 is #FEBFF9. Grayscale: #262626. Windows color (decimal): -16695290 or 409601. OLE color: 409601.

HSL color Cylindrical-coordinate representation of color #014006: hue angle of 124.76º 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 #014006 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB1646-
CMYK0.9800.910.75
HSL124.76º96.92%12.75%-
HSV(B)124.76º98.44%25.1%-
XYZ1.883.690.78-
YUV38.55109.63101.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 64 (25.39% from 255) = 90.14%
BLUE value IS 6 (2.73% from 255) = 8.45%
R=1.41%
G=90.14%
B=8.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16460.9800.910.75124.7696.9212.75
Hex14066205B4B7d61d
Octal11006142013311317514115
Binary110000001101100010010110111001011111110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014006; }

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

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

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

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

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

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

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

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