#11360D

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

Shades of Myrtle #11360D

Tints of Myrtle #11360D

Color information

#11360D (or 0x11360D) is unknown color: approx Myrtle. HEX triplet: 11, 36 and 0D. RGB value is (17,54,13). Sum of RGB (Red+Green+Blue) = 17+54+13=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 54 (21.48% from 255 or 64.29% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 54 - color contains mainly: green. Hex color #11360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11360D is #EEC9F2. Grayscale: #262626. Windows color (decimal): -15649267 or 865809. OLE color: 865809.

HSL color Cylindrical-coordinate representation of color #11360D: hue angle of 114.15º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11360D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB175413-
CMYK0.6900.760.79
HSL114.15º61.19%13.14%-
HSV(B)114.15º75.93%21.18%-
XYZ1.622.790.83-
YUV38.26113.74112.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.24%
GREEN value IS 54 (21.48% from 255) = 64.29%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=20.24%
G=64.29%
B=15.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754130.6900.760.79114.1561.1913.14
Hex1136D4504C4F723dd
Octal21661510501141171627515
Binary100011101101101100010101001100100111111100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11360D; }

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

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

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

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

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

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

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

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