#11330C

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

Shades of Myrtle #11330C

Tints of Myrtle #11330C

Color information

#11330C (or 0x11330C) is unknown color: approx Myrtle. HEX triplet: 11, 33 and 0C. RGB value is (17,51,12). Sum of RGB (Red+Green+Blue) = 17+51+12=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #11330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11330C is #EECCF3. Grayscale: #242424. Windows color (decimal): -15650036 or 799505. OLE color: 799505.

HSL color Cylindrical-coordinate representation of color #11330C: hue angle of 112.31º degrees, saturation: 0.62, 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 #11330C is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB175112-
CMYK0.6700.760.8
HSL112.31º61.9%12.35%-
HSV(B)112.31º76.47%20%-
XYZ1.482.510.75-
YUV36.39114.24114.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.25%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 12 (5.08% from 255) = 15%
R=21.25%
G=63.75%
B=15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751120.6700.760.8112.3161.912.35
Hex1133C4304C50703ec
Octal21631410301141201607614
Binary100011100111100100001101001100101000011100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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