#113209

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

Shades of Myrtle #113209

Tints of Myrtle #113209

Color information

#113209 (or 0x113209) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 09. RGB value is (17,50,9). Sum of RGB (Red+Green+Blue) = 17+50+9=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #113209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113209 is #EECDF6. Grayscale: #232323. Windows color (decimal): -15650295 or 602641. OLE color: 602641.

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

Color convert

RGB17509-
CMYK0.6600.820.80
HSL108.29º69.49%11.57%-
HSV(B)108.29º82%19.61%-
XYZ1.422.420.65-
YUV35.46113.07114.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=22.37%
G=65.79%
B=11.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175090.6600.820.80108.2969.4911.57
Hex1132942052506c45c
Octal216211102012212015410514
Binary1000111001010011000010010100101010000110110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113209; }

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

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

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

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

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

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

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

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