#314737

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

Shades of Timber Green #314737

Tints of Timber Green #314737

Color information

#314737 (or 0x314737) is unknown color: approx Timber Green. HEX triplet: 31, 47 and 37. RGB value is (49,71,55). Sum of RGB (Red+Green+Blue) = 49+71+55=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 71 - color contains mainly: green. Hex color #314737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314737 is #CEB8C8. Grayscale: #3E3E3E. Windows color (decimal): -13547721 or 3622705. OLE color: 3622705.

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

Color convert

RGB497155-
CMYK0.3100.230.72
HSL136.36º18.33%23.53%-
HSV(B)136.36º30.99%27.84%-
XYZ4.215.444.44-
YUV62.6123.71118.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 55 (21.88% from 255) = 31.43%
R=28%
G=40.57%
B=31.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971550.3100.230.72136.3618.3323.53
Hex3147371F01748881218
Octal6110767370271102102230
Binary1100011000111110111111110101111001000100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314737; }

 p { color: rgb(49,71,55); }

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

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

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

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

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

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

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