#113205

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

Shades of Myrtle #113205

Tints of Myrtle #113205

Color information

#113205 (or 0x113205) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 05. RGB value is (17,50,5). Sum of RGB (Red+Green+Blue) = 17+50+5=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 50 (19.92% from 255 or 69.44% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 50 - color contains mainly: green. Hex color #113205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113205 is #EECDFA. Grayscale: #232323. Windows color (decimal): -15650299 or 340497. OLE color: 340497.

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

Color convert

RGB17505-
CMYK0.6600.900.80
HSL104º81.82%10.78%-
HSV(B)104º90%19.61%-
XYZ1.42.410.54-
YUV35111.07115.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 50 (19.92% from 255) = 69.44%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=23.61%
G=69.44%
B=6.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175050.6600.900.8010481.8210.78
Hex113254205A506852b
Octal21625102013212015012213
Binary100011100101011000010010110101010000110100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113205; }

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

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

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

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

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

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

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

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