#015001

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

Shades of Myrtle #015001

Tints of Myrtle #015001

Color information

#015001 (or 0x015001) is unknown color: approx Myrtle. HEX triplet: 01, 50 and 01. RGB value is (1,80,1). Sum of RGB (Red+Green+Blue) = 1+80+1=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 80 (31.64% from 255 or 97.56% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 80 - color contains mainly: green. Hex color #015001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015001 is #FEAFFE. Grayscale: #2F2F2F. Windows color (decimal): -16691199 or 86017. OLE color: 86017.

HSL color Cylindrical-coordinate representation of color #015001: hue angle of 120º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015001 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB1801-
CMYK0.9900.990.69
HSL120º97.53%15.88%-
HSV(B)120º98.75%31.37%-
XYZ2.895.750.99-
YUV47.37101.8394.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.22%
GREEN value IS 80 (31.64% from 255) = 97.56%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=1.22%
G=97.56%
B=1.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal18010.9900.990.6912097.5315.88
Hex15016306345786210
Octal11201143014310517014220
Binary11010000111000110110001110001011111000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015001; }

 p { color: rgb(1,80,1); }

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

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

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

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

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

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

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