#155312

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

Shades of Myrtle #155312

Tints of Myrtle #155312

Color information

#155312 (or 0x155312) is unknown color: approx Myrtle. HEX triplet: 15, 53 and 12. RGB value is (21,83,18). Sum of RGB (Red+Green+Blue) = 21+83+18=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 83 (32.81% from 255 or 68.03% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 83 - color contains mainly: green. Hex color #155312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155312 is #EAACED. Grayscale: #393939. Windows color (decimal): -15379694 or 1200917. OLE color: 1200917.

HSL color Cylindrical-coordinate representation of color #155312: hue angle of 117.23º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155312 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB218318-
CMYK0.7500.780.67
HSL117.23º64.36%19.8%-
HSV(B)117.23º78.31%32.55%-
XYZ3.516.391.62-
YUV57.05105.96102.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 83 (32.81% from 255) = 68.03%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=17.21%
G=68.03%
B=14.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183180.7500.780.67117.2364.3619.8
Hex1553124B04E43754014
Octal2512322113011610316510024
Binary1010110100111001010010110100111010000111110101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155312; }

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

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

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

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

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

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

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

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