#11280C

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

Shades of Myrtle #11280C

Tints of Myrtle #11280C

Color information

#11280C (or 0x11280C) is unknown color: approx Myrtle. HEX triplet: 11, 28 and 0C. RGB value is (17,40,12). Sum of RGB (Red+Green+Blue) = 17+40+12=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 40 (16.02% from 255 or 57.97% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 40 - color contains mainly: green. Hex color #11280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11280C is #EED7F3. Grayscale: #1E1E1E. Windows color (decimal): -15652852 or 796689. OLE color: 796689.

HSL color Cylindrical-coordinate representation of color #11280C: hue angle of 109.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11280C is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB174012-
CMYK0.5700.700.84
HSL109.29º53.85%10.2%-
HSV(B)109.29º70%15.69%-
XYZ1.061.660.61-
YUV29.93117.88118.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 40 (16.02% from 255) = 57.97%
BLUE value IS 12 (5.08% from 255) = 17.39%
R=24.64%
G=57.97%
B=17.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740120.5700.700.84109.2953.8510.2
Hex1128C39046546d36a
Octal2150147101061241556612
Binary10001101000110011100101000110101010011011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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