#313B34

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

Shades of Timber Green #313B34

Tints of Timber Green #313B34

Color information

#313B34 (or 0x313B34) is unknown color: approx Timber Green. HEX triplet: 31, 3B and 34. RGB value is (49,59,52). Sum of RGB (Red+Green+Blue) = 49+59+52=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #313B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B34 is #CEC4CB. Grayscale: #373737. Windows color (decimal): -13550796 or 3423025. OLE color: 3423025.

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

Color convert

RGB495952-
CMYK0.1700.120.77
HSL138º9.26%21.18%-
HSV(B)138º16.95%23.14%-
XYZ3.454.033.84-
YUV55.21126.19123.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.62%
GREEN value IS 59 (23.44% from 255) = 36.88%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=30.62%
G=36.88%
B=32.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959520.1700.120.771389.2621.18
Hex313B34110C4D8a915
Octal617364210141152121125
Binary1100011110111101001000101100100110110001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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