#155001

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

Shades of Myrtle #155001

Tints of Myrtle #155001

Color information

#155001 (or 0x155001) is unknown color: approx Myrtle. HEX triplet: 15, 50 and 01. RGB value is (21,80,1). Sum of RGB (Red+Green+Blue) = 21+80+1=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #155001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155001 is #EAAFFE. Grayscale: #353535. Windows color (decimal): -15380479 or 86037. OLE color: 86037.

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

Color convert

RGB21801-
CMYK0.7400.990.69
HSL104.81º97.53%15.88%-
HSV(B)104.81º98.75%31.37%-
XYZ3.185.91-
YUV53.3598.45104.92-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 80 (31.64% from 255) = 78.43%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=20.59%
G=78.43%
B=0.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal218010.7400.990.69104.8197.5315.88
Hex155014A06345696210
Octal251201112014310515114220
Binary101011010000110010100110001110001011101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155001; }

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

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

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

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

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

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

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

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