#11450B

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

Shades of Myrtle #11450B

Tints of Myrtle #11450B

Color information

#11450B (or 0x11450B) is unknown color: approx Myrtle. HEX triplet: 11, 45 and 0B. RGB value is (17,69,11). Sum of RGB (Red+Green+Blue) = 17+69+11=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 69 (27.34% from 255 or 71.13% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 69 - color contains mainly: green. Hex color #11450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11450B is #EEBAF4. Grayscale: #2F2F2F. Windows color (decimal): -15645429 or 738577. OLE color: 738577.

HSL color Cylindrical-coordinate representation of color #11450B: hue angle of 113.79º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11450B is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB176911-
CMYK0.7500.840.73
HSL113.79º72.5%15.69%-
HSV(B)113.79º84.06%27.06%-
XYZ2.424.41.04-
YUV46.84107.77106.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 69 (27.34% from 255) = 71.13%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=17.53%
G=71.13%
B=11.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769110.7500.840.73113.7972.515.69
Hex1145B4B05449724810
Octal2110513113012411116211020
Binary100011000101101110010110101010010010011110010100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11450B; }

 p { color: rgb(17,69,11); }

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

<style>
 a { background-color: #11450B; }

 a { background-color: rgb(17,69,11); }

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

<style>
 span { border-color: #11450B; }

 span { border-color: rgb(17,69,11); }

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