#113204

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

Shades of Myrtle #113204

Tints of Myrtle #113204

Color information

#113204 (or 0x113204) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 04. RGB value is (17,50,4). Sum of RGB (Red+Green+Blue) = 17+50+4=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 50 (19.92% from 255 or 70.42% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 50 - color contains mainly: green. Hex color #113204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113204 is #EECDFB. Grayscale: #232323. Windows color (decimal): -15650300 or 274961. OLE color: 274961.

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

Color convert

RGB17504-
CMYK0.6600.920.80
HSL103.04º85.19%10.59%-
HSV(B)103.04º92%19.61%-
XYZ1.392.410.51-
YUV34.89110.57115.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.94%
GREEN value IS 50 (19.92% from 255) = 70.42%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=23.94%
G=70.42%
B=5.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175040.6600.920.80103.0485.1910.59
Hex113244205C506755b
Octal21624102013412014712513
Binary100011100101001000010010111001010000110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113204; }

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

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

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

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

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

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

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

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