#015005

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

Shades of Myrtle #015005

Tints of Myrtle #015005

Color information

#015005 (or 0x015005) is unknown color: approx Myrtle. HEX triplet: 01, 50 and 05. RGB value is (1,80,5). Sum of RGB (Red+Green+Blue) = 1+80+5=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 80 (31.64% from 255 or 93.02% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 80 - color contains mainly: green. Hex color #015005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015005 is #FEAFFA. Grayscale: #303030. Windows color (decimal): -16691195 or 348161. OLE color: 348161.

HSL color Cylindrical-coordinate representation of color #015005: hue angle of 123.04º 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 #015005 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB1805-
CMYK0.9900.940.69
HSL123.04º97.53%15.88%-
HSV(B)123.04º98.75%31.37%-
XYZ2.915.751.1-
YUV47.83103.8394.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 80 (31.64% from 255) = 93.02%
BLUE value IS 5 (2.34% from 255) = 5.81%
R=1.16%
G=93.02%
B=5.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal18050.9900.940.69123.0497.5315.88
Hex15056305E457b6210
Octal11205143013610517314220
Binary1101000010111000110101111010001011111011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015005; }

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

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

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

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

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

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

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

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