#313A32

Color #313A32 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #313A32

Tints of Timber Green #313A32

Color information

#313A32 (or 0x313A32) is unknown color: approx Timber Green. HEX triplet: 31, 3A and 32. RGB value is (49,58,50). Sum of RGB (Red+Green+Blue) = 49+58+50=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #313A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A32 is #CEC5CD. Grayscale: #363636. Windows color (decimal): -13551054 or 3291697. OLE color: 3291697.

HSL color Cylindrical-coordinate representation of color #313A32: hue angle of 126.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #313A32 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB495850-
CMYK0.1600.140.77
HSL126.67º8.41%20.98%-
HSV(B)126.67º15.52%22.75%-
XYZ3.363.913.6-
YUV54.4125.52124.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=31.21%
G=36.94%
B=31.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958500.1600.140.77126.678.4120.98
Hex313A32100E4D7f815
Octal617262200161151771025
Binary110001111010110010100000111010011011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A32; }

 p { color: rgb(49,58,50); }

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

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

 a { background-color: rgb(49,58,50); }

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

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

 span { border-color: rgb(49,58,50); }

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