#314835

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

Shades of Timber Green #314835

Tints of Timber Green #314835

Color information

#314835 (or 0x314835) is unknown color: approx Timber Green. HEX triplet: 31, 48 and 35. RGB value is (49,72,53). Sum of RGB (Red+Green+Blue) = 49+72+53=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #314835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314835 is #CEB7CA. Grayscale: #3F3F3F. Windows color (decimal): -13547467 or 3491889. OLE color: 3491889.

HSL color Cylindrical-coordinate representation of color #314835: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314835 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB497253-
CMYK0.3200.260.72
HSL130.43º19.01%23.73%-
HSV(B)130.43º31.94%28.24%-
XYZ4.235.544.22-
YUV62.96122.38118.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=28.16%
G=41.38%
B=30.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972530.3200.260.72130.4319.0123.73
Hex3148352001A48821318
Octal6111065400321102022330
Binary11000110010001101011000000110101001000100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314835; }

 p { color: rgb(49,72,53); }

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

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

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

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

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

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

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