#113212

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

Shades of Myrtle #113212

Tints of Myrtle #113212

Color information

#113212 (or 0x113212) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 12. RGB value is (17,50,18). Sum of RGB (Red+Green+Blue) = 17+50+18=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #113212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113212 is #EECDED. Grayscale: #242424. Windows color (decimal): -15650286 or 1192465. OLE color: 1192465.

HSL color Cylindrical-coordinate representation of color #113212: hue angle of 121.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113212 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB175018-
CMYK0.6600.640.80
HSL121.82º49.25%13.14%-
HSV(B)121.82º66%19.61%-
XYZ1.482.440.97-
YUV36.48117.57114.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 58.82%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=20%
G=58.82%
B=21.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750180.6600.640.80121.8249.2513.14
Hex11321242040507a31d
Octal21622210201001201726115
Binary1000111001010010100001001000000101000011110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113212; }

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

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

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

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

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

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

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

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