#314639

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

Shades of Timber Green #314639

Tints of Timber Green #314639

Color information

#314639 (or 0x314639) is unknown color: approx Timber Green. HEX triplet: 31, 46 and 39. RGB value is (49,70,57). Sum of RGB (Red+Green+Blue) = 49+70+57=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 70 - color contains mainly: green. Hex color #314639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314639 is #CEB9C6. Grayscale: #3E3E3E. Windows color (decimal): -13547975 or 3753521. OLE color: 3753521.

HSL color Cylindrical-coordinate representation of color #314639: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314639 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB497057-
CMYK0.3000.190.73
HSL142.86º17.65%23.33%-
HSV(B)142.86º30%27.45%-
XYZ4.25.334.68-
YUV62.24125.04118.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 70 (27.73% from 255) = 39.77%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=27.84%
G=39.77%
B=32.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970570.3000.190.73142.8617.6523.33
Hex3146391E013498f1217
Octal6110671360231112172227
Binary1100011000110111001111100100111001001100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314639; }

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

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

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

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

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

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

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

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