#313934

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

Shades of Timber Green #313934

Tints of Timber Green #313934

Color information

#313934 (or 0x313934) is unknown color: approx Timber Green. HEX triplet: 31, 39 and 34. RGB value is (49,57,52). Sum of RGB (Red+Green+Blue) = 49+57+52=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 57 - color contains mainly: green. Hex color #313934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313934 is #CEC6CB. Grayscale: #363636. Windows color (decimal): -13551308 or 3422513. OLE color: 3422513.

HSL color Cylindrical-coordinate representation of color #313934: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #313934 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB495752-
CMYK0.1400.090.78
HSL142.5º7.55%20.78%-
HSV(B)142.5º14.04%22.35%-
XYZ3.353.833.81-
YUV54.04126.85124.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=31.01%
G=36.08%
B=32.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957520.1400.090.78142.57.5520.78
Hex313934E094E8e815
Octal617164160111162161025
Binary110001111001110100111001001100111010001110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313934; }

 p { color: rgb(49,57,52); }

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

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

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

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

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

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

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