#155612

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

Shades of Myrtle #155612

Tints of Myrtle #155612

Color information

#155612 (or 0x155612) is unknown color: approx Myrtle. HEX triplet: 15, 56 and 12. RGB value is (21,86,18). Sum of RGB (Red+Green+Blue) = 21+86+18=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #155612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155612 is #EAA9ED. Grayscale: #3B3B3B. Windows color (decimal): -15378926 or 1201685. OLE color: 1201685.

HSL color Cylindrical-coordinate representation of color #155612: hue angle of 117.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155612 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB218618-
CMYK0.7600.790.66
HSL117.35º65.38%20.39%-
HSV(B)117.35º79.07%33.73%-
XYZ3.756.861.7-
YUV58.81104.97101.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=16.8%
G=68.8%
B=14.4%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186180.7600.790.66117.3565.3820.39
Hex1556124C04F42754114
Octal2512622114011710216510124
Binary1010110101101001010011000100111110000101110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155612; }

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

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

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

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

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

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

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

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