#11320C

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

Shades of Myrtle #11320C

Tints of Myrtle #11320C

Color information

#11320C (or 0x11320C) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 0C. RGB value is (17,50,12). Sum of RGB (Red+Green+Blue) = 17+50+12=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #11320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11320C is #EECDF3. Grayscale: #232323. Windows color (decimal): -15650292 or 799249. OLE color: 799249.

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

Color convert

RGB175012-
CMYK0.6600.760.80
HSL112.11º61.29%12.16%-
HSV(B)112.11º76%19.61%-
XYZ1.442.430.74-
YUV35.8114.57114.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.52%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=21.52%
G=63.29%
B=15.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750120.6600.760.80112.1161.2912.16
Hex1132C4204C50703dc
Octal21621410201141201607514
Binary100011100101100100001001001100101000011100001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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