#116213

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

Shades of Myrtle #116213

Tints of Myrtle #116213

Color information

#116213 (or 0x116213) is unknown color: approx Myrtle. HEX triplet: 11, 62 and 13. RGB value is (17,98,19). Sum of RGB (Red+Green+Blue) = 17+98+19=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #116213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116213 is #EE9DEC. Grayscale: #414141. Windows color (decimal): -15637997 or 1270289. OLE color: 1270289.

HSL color Cylindrical-coordinate representation of color #116213: hue angle of 121.48º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116213 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB179819-
CMYK0.8300.810.62
HSL121.48º70.43%22.55%-
HSV(B)121.48º82.65%38.43%-
XYZ4.728.92.09-
YUV64.77102.1693.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.69%
GREEN value IS 98 (38.67% from 255) = 73.13%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=12.69%
G=73.13%
B=14.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798190.8300.810.62121.4870.4322.55
Hex116213530513E794617
Octal211422312301217617110627
Binary100011100010100111010011010100011111101111001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116213; }

 p { color: rgb(17,98,19); }

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

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

 a { background-color: rgb(17,98,19); }

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

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

 span { border-color: rgb(17,98,19); }

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