#014807

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

Shades of Myrtle #014807

Tints of Myrtle #014807

Color information

#014807 (or 0x014807) is unknown color: approx Myrtle. HEX triplet: 01, 48 and 07. RGB value is (1,72,7). Sum of RGB (Red+Green+Blue) = 1+72+7=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 72 (28.52% from 255 or 90% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 72 - color contains mainly: green. Hex color #014807 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014807 is #FEB7F8. Grayscale: #2B2B2B. Windows color (decimal): -16693241 or 477185. OLE color: 477185.

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

Color convert

RGB1727-
CMYK0.9900.900.72
HSL125.07º97.26%14.31%-
HSV(B)125.07º98.61%28.24%-
XYZ2.374.660.97-
YUV43.36107.4897.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 72 (28.52% from 255) = 90%
BLUE value IS 7 (3.12% from 255) = 8.75%
R=1.25%
G=90%
B=8.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal17270.9900.900.72125.0797.2614.31
Hex14876305A487d61e
Octal11107143013211017514116
Binary110010001111100011010110101001000111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014807; }

 p { color: rgb(1,72,7); }

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

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

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

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

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

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

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