#113200

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

Shades of Myrtle #113200

Tints of Myrtle #113200

Color information

#113200 (or 0x113200) is unknown color: approx Myrtle. HEX triplet: 11, 32 and 00. RGB value is (17,50,0). Sum of RGB (Red+Green+Blue) = 17+50+0=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #113200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113200 is #EECDFF. Grayscale: #222222. Windows color (decimal): -15650304 or 12817. OLE color: 12817.

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

Color convert

RGB17500-
CMYK0.66010.80
HSL99.6º100%9.8%-
HSV(B)99.6º100%19.61%-
XYZ1.372.40.39-
YUV34.43108.57115.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 50 (19.92% from 255) = 74.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.37%
G=74.63%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal175000.66010.8099.61009.8
Hex1132042064506464a
Octal21620102014412014414412
Binary1000111001001000010011001001010000110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113200; }

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

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

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

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

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

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

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

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