#014700

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

Shades of Myrtle #014700

Tints of Myrtle #014700

Color information

#014700 (or 0x014700) is unknown color: approx Myrtle. HEX triplet: 01, 47 and 00. RGB value is (1,71,0). Sum of RGB (Red+Green+Blue) = 1+71+0=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 71 (28.12% from 255 or 98.61% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 71 - color contains mainly: green. Hex color #014700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014700 is #FEB8FF. Grayscale: #2A2A2A. Windows color (decimal): -16693504 or 18177. OLE color: 18177.

HSL color Cylindrical-coordinate representation of color #014700: hue angle of 119.15º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014700 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB1710-
CMYK0.99010.72
HSL119.15º100%13.92%-
HSV(B)119.15º100%27.84%-
XYZ2.274.510.75-
YUV41.98104.3198.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 71 (28.12% from 255) = 98.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.39%
G=98.61%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17100.99010.72119.1510013.92
Hex147063064487764e
Octal11070143014411016714416
Binary1100011101100011011001001001000111011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014700; }

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

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

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

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

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

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

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

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