#155B12

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

Shades of Myrtle #155B12

Tints of Myrtle #155B12

Color information

#155B12 (or 0x155B12) is unknown color: approx Myrtle. HEX triplet: 15, 5B and 12. RGB value is (21,91,18). Sum of RGB (Red+Green+Blue) = 21+91+18=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 91 (35.94% from 255 or 70% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 91 - color contains mainly: green. Hex color #155B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155B12 is #EAA4ED. Grayscale: #3D3D3D. Windows color (decimal): -15377646 or 1202965. OLE color: 1202965.

HSL color Cylindrical-coordinate representation of color #155B12: hue angle of 117.53º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155B12 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB219118-
CMYK0.7700.800.64
HSL117.53º66.97%21.37%-
HSV(B)117.53º80.22%35.69%-
XYZ4.167.691.84-
YUV61.75103.3198.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 91 (35.94% from 255) = 70%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=16.15%
G=70%
B=13.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191180.7700.800.64117.5366.9721.37
Hex155B124D05040764315
Octal2513322115012010016610325
Binary1010110110111001010011010101000010000001110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155B12; }

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

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

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

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

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

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

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

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