#115812

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

Shades of Myrtle #115812

Tints of Myrtle #115812

Color information

#115812 (or 0x115812) is unknown color: approx Myrtle. HEX triplet: 11, 58 and 12. RGB value is (17,88,18). Sum of RGB (Red+Green+Blue) = 17+88+18=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #115812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115812 is #EEA7ED. Grayscale: #3A3A3A. Windows color (decimal): -15640558 or 1202193. OLE color: 1202193.

HSL color Cylindrical-coordinate representation of color #115812: hue angle of 120.85º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115812 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB178818-
CMYK0.8100.800.65
HSL120.85º67.62%20.59%-
HSV(B)120.85º80.68%34.51%-
XYZ3.837.141.75-
YUV58.79104.9898.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 88 (34.77% from 255) = 71.54%
BLUE value IS 18 (7.42% from 255) = 14.63%
R=13.82%
G=71.54%
B=14.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1788180.8100.800.65120.8567.6220.59
Hex1158125105041794415
Octal2113022121012010117110425
Binary1000110110001001010100010101000010000011111001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115812; }

 p { color: rgb(17,88,18); }

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

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

 a { background-color: rgb(17,88,18); }

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

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

 span { border-color: rgb(17,88,18); }

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