#113D0C

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

Shades of Myrtle #113D0C

Tints of Myrtle #113D0C

Color information

#113D0C (or 0x113D0C) is unknown color: approx Myrtle. HEX triplet: 11, 3D and 0C. RGB value is (17,61,12). Sum of RGB (Red+Green+Blue) = 17+61+12=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #113D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D0C is #EEC2F3. Grayscale: #2A2A2A. Windows color (decimal): -15647476 or 802065. OLE color: 802065.

HSL color Cylindrical-coordinate representation of color #113D0C: hue angle of 113.88º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113D0C is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB176112-
CMYK0.7200.800.76
HSL113.88º67.12%14.31%-
HSV(B)113.88º80.33%23.92%-
XYZ1.973.480.92-
YUV42.26110.92109.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 61 (24.22% from 255) = 67.78%
BLUE value IS 12 (5.08% from 255) = 13.33%
R=18.89%
G=67.78%
B=13.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1761120.7200.800.76113.8867.1214.31
Hex113DC480504C7243e
Octal217514110012011416210316
Binary1000111110111001001000010100001001100111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113D0C; }

 p { color: rgb(17,61,12); }

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

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

 a { background-color: rgb(17,61,12); }

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

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

 span { border-color: rgb(17,61,12); }

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