#113312

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

Shades of Myrtle #113312

Tints of Myrtle #113312

Color information

#113312 (or 0x113312) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 12. RGB value is (17,51,18). Sum of RGB (Red+Green+Blue) = 17+51+18=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #113312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113312 is #EECCED. Grayscale: #252525. Windows color (decimal): -15650030 or 1192721. OLE color: 1192721.

HSL color Cylindrical-coordinate representation of color #113312: hue angle of 121.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113312 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB175118-
CMYK0.6700.650.8
HSL121.76º50%13.33%-
HSV(B)121.76º66.67%20%-
XYZ1.522.530.98-
YUV37.07117.24113.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.77%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=19.77%
G=59.30%
B=20.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751180.6700.650.8121.765013.33
Hex11331243041507a32d
Octal21632210301011201726215
Binary1000111001110010100001101000001101000011110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113312; }

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

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

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

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

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

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

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

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