#113100

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

Shades of Myrtle #113100

Tints of Myrtle #113100

Color information

#113100 (or 0x113100) is unknown color: approx Myrtle. HEX triplet: 11, 31 and 00. RGB value is (17,49,0). Sum of RGB (Red+Green+Blue) = 17+49+0=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #113100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113100 is #EECEFF. Grayscale: #222222. Windows color (decimal): -15650560 or 12561. OLE color: 12561.

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

Color convert

RGB17490-
CMYK0.65010.81
HSL99.18º100%9.61%-
HSV(B)99.18º100%19.22%-
XYZ1.332.320.38-
YUV33.85108.9115.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.76%
GREEN value IS 49 (19.53% from 255) = 74.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.76%
G=74.24%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal174900.65010.8199.181009.61
Hex1131041064516364a
Octal21610101014412114314412
Binary1000111000101000001011001001010001110001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113100; }

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

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

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

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

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

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

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

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