#015008

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

Shades of Myrtle #015008

Tints of Myrtle #015008

Color information

#015008 (or 0x015008) is unknown color: approx Myrtle. HEX triplet: 01, 50 and 08. RGB value is (1,80,8). Sum of RGB (Red+Green+Blue) = 1+80+8=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 80 (31.64% from 255 or 89.89% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 80 - color contains mainly: green. Hex color #015008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015008 is #FEAFF7. Grayscale: #303030. Windows color (decimal): -16691192 or 544769. OLE color: 544769.

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

Color convert

RGB1808-
CMYK0.9900.900.69
HSL125.32º97.53%15.88%-
HSV(B)125.32º98.75%31.37%-
XYZ2.935.761.19-
YUV48.17105.3394.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 80 (31.64% from 255) = 89.89%
BLUE value IS 8 (3.52% from 255) = 8.99%
R=1.12%
G=89.89%
B=8.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal18080.9900.900.69125.3297.5315.88
Hex15086305A457d6210
Octal112010143013210517514220
Binary11010000100011000110101101010001011111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015008; }

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

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

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

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

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

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

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

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