#314739

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

Shades of Timber Green #314739

Tints of Timber Green #314739

Color information

#314739 (or 0x314739) is unknown color: approx Timber Green. HEX triplet: 31, 47 and 39. RGB value is (49,71,57). Sum of RGB (Red+Green+Blue) = 49+71+57=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #314739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314739 is #CEB8C6. Grayscale: #3E3E3E. Windows color (decimal): -13547719 or 3753777. OLE color: 3753777.

HSL color Cylindrical-coordinate representation of color #314739: hue angle of 141.82º 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 #314739 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.72.

Color convert

RGB497157-
CMYK0.3100.200.72
HSL141.82º18.33%23.53%-
HSV(B)141.82º30.99%27.84%-
XYZ4.265.454.7-
YUV62.83124.71118.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.68%
GREEN value IS 71 (28.12% from 255) = 40.11%
BLUE value IS 57 (22.66% from 255) = 32.20%
R=27.68%
G=40.11%
B=32.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971570.3100.200.72141.8218.3323.53
Hex3147391F014488e1218
Octal6110771370241102162230
Binary1100011000111111001111110101001001000100011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314739; }

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

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

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

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

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

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

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

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