#313E31

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

Shades of Timber Green #313E31

Tints of Timber Green #313E31

Color information

#313E31 (or 0x313E31) is unknown color: approx Timber Green. HEX triplet: 31, 3E and 31. RGB value is (49,62,49). Sum of RGB (Red+Green+Blue) = 49+62+49=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 62 - color contains mainly: green. Hex color #313E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E31 is #CEC1CE. Grayscale: #383838. Windows color (decimal): -13550031 or 3227185. OLE color: 3227185.

HSL color Cylindrical-coordinate representation of color #313E31: hue angle of 120º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E31 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB496249-
CMYK0.2100.210.76
HSL120º11.71%21.76%-
HSV(B)120º20.97%24.31%-
XYZ3.544.323.55-
YUV56.63123.69122.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 49 (19.53% from 255) = 30.62%
R=30.62%
G=38.75%
B=30.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962490.2100.210.7612011.7121.76
Hex313E31150154C78c16
Octal617661250251141701426
Binary1100011111101100011010101010110011001111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,62,49); }

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

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

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

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

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

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

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