#155016

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

Shades of Myrtle #155016

Tints of Myrtle #155016

Color information

#155016 (or 0x155016) is unknown color: approx Myrtle. HEX triplet: 15, 50 and 16. RGB value is (21,80,22). Sum of RGB (Red+Green+Blue) = 21+80+22=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #155016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155016 is #EAAFE9. Grayscale: #373737. Windows color (decimal): -15380458 or 1462293. OLE color: 1462293.

HSL color Cylindrical-coordinate representation of color #155016: hue angle of 121.02º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155016 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB218022-
CMYK0.7400.720.69
HSL121.02º58.42%19.8%-
HSV(B)121.02º73.75%31.37%-
XYZ3.325.951.73-
YUV55.75108.95103.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 80 (31.64% from 255) = 65.04%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=17.07%
G=65.04%
B=17.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180220.7400.720.69121.0258.4219.8
Hex1550164A04845793a14
Octal251202611201101051717224
Binary101011010000101101001010010010001000101111100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155016; }

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

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

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

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

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

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

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

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