#113512

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

Shades of Myrtle #113512

Tints of Myrtle #113512

Color information

#113512 (or 0x113512) is unknown color: approx Myrtle. HEX triplet: 11, 35 and 12. RGB value is (17,53,18). Sum of RGB (Red+Green+Blue) = 17+53+18=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #113512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113512 is #EECAED. Grayscale: #262626. Windows color (decimal): -15649518 or 1193233. OLE color: 1193233.

HSL color Cylindrical-coordinate representation of color #113512: hue angle of 121.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113512 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB175318-
CMYK0.6800.660.79
HSL121.67º51.43%13.73%-
HSV(B)121.67º67.92%20.78%-
XYZ1.612.711.01-
YUV38.25116.57112.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 53 (21.09% from 255) = 60.23%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=19.32%
G=60.23%
B=20.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753180.6800.660.79121.6751.4313.73
Hex113512440424F7a33e
Octal21652210401021171726316
Binary1000111010110010100010001000010100111111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113512; }

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

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

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

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

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

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

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

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