#115D0D

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

Shades of Myrtle #115D0D

Tints of Myrtle #115D0D

Color information

#115D0D (or 0x115D0D) is unknown color: approx Myrtle. HEX triplet: 11, 5D and 0D. RGB value is (17,93,13). Sum of RGB (Red+Green+Blue) = 17+93+13=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #115D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D0D is #EEA2F2. Grayscale: #3D3D3D. Windows color (decimal): -15639283 or 875793. OLE color: 875793.

HSL color Cylindrical-coordinate representation of color #115D0D: hue angle of 117º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115D0D is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB179313-
CMYK0.8200.860.64
HSL117º75.47%20.78%-
HSV(B)117º86.02%36.47%-
XYZ4.227.981.7-
YUV61.16100.8296.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 93 (36.72% from 255) = 75.61%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=13.82%
G=75.61%
B=10.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1793130.8200.860.6411775.4720.78
Hex115DD5205640754b15
Octal2113515122012610016511325
Binary100011011101110110100100101011010000001110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115D0D; }

 p { color: rgb(17,93,13); }

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

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

 a { background-color: rgb(17,93,13); }

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

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

 span { border-color: rgb(17,93,13); }

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