#313E36

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

Shades of Timber Green #313E36

Tints of Timber Green #313E36

Color information

#313E36 (or 0x313E36) is unknown color: approx Timber Green. HEX triplet: 31, 3E and 36. RGB value is (49,62,54). Sum of RGB (Red+Green+Blue) = 49+62+54=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 62 - color contains mainly: green. Hex color #313E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E36 is #CEC1C9. Grayscale: #393939. Windows color (decimal): -13550026 or 3554865. OLE color: 3554865.

HSL color Cylindrical-coordinate representation of color #313E36: hue angle of 143.08º 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 #313E36 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB496254-
CMYK0.2100.130.76
HSL143.08º11.71%21.76%-
HSV(B)143.08º20.97%24.31%-
XYZ3.664.364.14-
YUV57.2126.19122.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 62 (24.61% from 255) = 37.58%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=29.70%
G=37.58%
B=32.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962540.2100.130.76143.0811.7121.76
Hex313E36150D4C8fc16
Octal617666250151142171426
Binary1100011111101101101010101101100110010001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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