#11330E

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

Shades of Myrtle #11330E

Tints of Myrtle #11330E

Color information

#11330E (or 0x11330E) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 0E. RGB value is (17,51,14). Sum of RGB (Red+Green+Blue) = 17+51+14=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #11330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11330E is #EECCF1. Grayscale: #242424. Windows color (decimal): -15650034 or 930577. OLE color: 930577.

HSL color Cylindrical-coordinate representation of color #11330E: hue angle of 115.14º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11330E is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB175114-
CMYK0.6700.730.8
HSL115.14º56.92%12.75%-
HSV(B)115.14º72.55%20%-
XYZ1.492.520.82-
YUV36.62115.24114.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.73%
GREEN value IS 51 (20.31% from 255) = 62.20%
BLUE value IS 14 (5.86% from 255) = 17.07%
R=20.73%
G=62.20%
B=17.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751140.6700.730.8115.1456.9212.75
Hex1133E43049507339d
Octal21631610301111201637115
Binary100011100111110100001101001001101000011100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11330E; }

 p { color: rgb(17,51,14); }

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

<style>
 a { background-color: #11330E; }

 a { background-color: rgb(17,51,14); }

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

<style>
 span { border-color: #11330E; }

 span { border-color: rgb(17,51,14); }

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