#155215

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

Shades of Myrtle #155215

Tints of Myrtle #155215

Color information

#155215 (or 0x155215) is unknown color: approx Myrtle. HEX triplet: 15, 52 and 15. RGB value is (21,82,21). Sum of RGB (Red+Green+Blue) = 21+82+21=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #155215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155215 is #EAADEA. Grayscale: #383838. Windows color (decimal): -15379947 or 1397269. OLE color: 1397269.

HSL color Cylindrical-coordinate representation of color #155215: hue angle of 120º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155215 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB218221-
CMYK0.7400.740.68
HSL120º59.22%20.2%-
HSV(B)120º74.39%32.16%-
XYZ3.466.251.73-
YUV56.81107.79102.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 82 (32.42% from 255) = 66.13%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=16.94%
G=66.13%
B=16.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182210.7400.740.6812059.2220.2
Hex1552154A04A44783b14
Octal251222511201121041707324
Binary101011010010101011001010010010101000100111100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155215; }

 p { color: rgb(21,82,21); }

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

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

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

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

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

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

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