#113612

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

Shades of Myrtle #113612

Tints of Myrtle #113612

Color information

#113612 (or 0x113612) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 12. RGB value is (17,54,18). Sum of RGB (Red+Green+Blue) = 17+54+18=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 54 (21.48% from 255 or 60.67% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 54 - color contains mainly: green. Hex color #113612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113612 is #EEC9ED. Grayscale: #262626. Windows color (decimal): -15649262 or 1193489. OLE color: 1193489.

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

Color convert

RGB175418-
CMYK0.6900.670.79
HSL121.62º52.11%13.92%-
HSV(B)121.62º68.52%21.18%-
XYZ1.662.81.03-
YUV38.83116.24112.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 54 (21.48% from 255) = 60.67%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=19.10%
G=60.67%
B=20.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754180.6900.670.79121.6252.1113.92
Hex113612450434F7a34e
Octal21662210501031171726416
Binary1000111011010010100010101000011100111111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113612; }

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

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

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

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

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

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

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

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