#113F31

Color #113F31 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #113F31

Tints of Sherwood Green #113F31

Color information

#113F31 (or 0x113F31) is unknown color: approx Sherwood Green. HEX triplet: 11, 3F and 31. RGB value is (17,63,49). Sum of RGB (Red+Green+Blue) = 17+63+49=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #113F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F31 is #EEC0CE. Grayscale: #2F2F2F. Windows color (decimal): -15646927 or 3227409. OLE color: 3227409.

HSL color Cylindrical-coordinate representation of color #113F31: hue angle of 161.74º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F31 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB176349-
CMYK0.7300.220.75
HSL161.74º57.5%15.69%-
HSV(B)161.74º73.02%24.71%-
XYZ2.563.93.52-
YUV47.65128.76106.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.18%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=13.18%
G=48.84%
B=37.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1763490.7300.220.75161.7457.515.69
Hex113F31490164Ba23a10
Octal2177611110261132427220
Binary10001111111110001100100101011010010111010001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F31; }

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

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

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

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

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

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

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

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