#014200

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

Shades of Myrtle #014200

Tints of Myrtle #014200

Color information

#014200 (or 0x014200) is unknown color: approx Myrtle. HEX triplet: 01, 42 and 00. RGB value is (1,66,0). Sum of RGB (Red+Green+Blue) = 1+66+0=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 66 (26.17% from 255 or 98.51% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 66 - color contains mainly: green. Hex color #014200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014200 is #FEBDFF. Grayscale: #272727. Windows color (decimal): -16694784 or 16897. OLE color: 16897.

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

Color convert

RGB1660-
CMYK0.98010.74
HSL119.09º100%12.94%-
HSV(B)119.09º100%25.88%-
XYZ1.963.90.65-
YUV39.04105.97100.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 66 (26.17% from 255) = 98.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.49%
G=98.51%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal16600.98010.74119.0910012.94
Hex1420620644A7764d
Octal11020142014411216714415
Binary1100001001100010011001001001010111011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014200; }

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

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

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

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

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

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

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

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