#11320D

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

Shades of Myrtle #11320D

Tints of Myrtle #11320D

Color information

#11320D (or 0x11320D) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 0D. RGB value is (17,50,13). Sum of RGB (Red+Green+Blue) = 17+50+13=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 50 (19.92% from 255 or 62.5% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 50 - color contains mainly: green. Hex color #11320D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320D is #EECDF2. Grayscale: #242424. Windows color (decimal): -15650291 or 864785. OLE color: 864785.

HSL color Cylindrical-coordinate representation of color #11320D: hue angle of 113.51º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11320D is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB175013-
CMYK0.6600.740.80
HSL113.51º58.73%12.35%-
HSV(B)113.51º74%19.61%-
XYZ1.442.430.77-
YUV35.92115.07114.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 50 (19.92% from 255) = 62.5%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=21.25%
G=62.5%
B=16.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750130.6600.740.80113.5158.7312.35
Hex1132D4204A50723bc
Octal21621510201121201627314
Binary100011100101101100001001001010101000011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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