#11310C

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

Shades of Myrtle #11310C

Tints of Myrtle #11310C

Color information

#11310C (or 0x11310C) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 0C. RGB value is (17,49,12). Sum of RGB (Red+Green+Blue) = 17+49+12=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #11310C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11310C is #EECEF3. Grayscale: #232323. Windows color (decimal): -15650548 or 798993. OLE color: 798993.

HSL color Cylindrical-coordinate representation of color #11310C: hue angle of 111.89º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11310C is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB174912-
CMYK0.6500.760.81
HSL111.89º60.66%11.96%-
HSV(B)111.89º75.51%19.22%-
XYZ1.42.340.73-
YUV35.21114.9115.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=21.79%
G=62.82%
B=15.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749120.6500.760.81111.8960.6611.96
Hex1131C4104C51703dc
Octal21611410101141211607514
Binary100011100011100100000101001100101000111100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11310C; }

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

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

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

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

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

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

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

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