#155112

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

Shades of Myrtle #155112

Tints of Myrtle #155112

Color information

#155112 (or 0x155112) is unknown color: approx Myrtle. HEX triplet: 15, 51 and 12. RGB value is (21,81,18). Sum of RGB (Red+Green+Blue) = 21+81+18=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #155112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155112 is #EAAEED. Grayscale: #383838. Windows color (decimal): -15380206 or 1200405. OLE color: 1200405.

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

Color convert

RGB218118-
CMYK0.7400.780.68
HSL117.14º63.64%19.41%-
HSV(B)117.14º77.78%31.76%-
XYZ3.366.091.57-
YUV55.88106.62103.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 18 (7.42% from 255) = 15%
R=17.5%
G=67.5%
B=15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181180.7400.780.68117.1463.6419.41
Hex1551124A04E44754013
Octal2512122112011610416510023
Binary1010110100011001010010100100111010001001110101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155112; }

 p { color: rgb(21,81,18); }

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

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

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

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

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

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

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