#314638

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

Shades of Timber Green #314638

Tints of Timber Green #314638

Color information

#314638 (or 0x314638) is unknown color: approx Timber Green. HEX triplet: 31, 46 and 38. RGB value is (49,70,56). Sum of RGB (Red+Green+Blue) = 49+70+56=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #314638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314638 is #CEB9C7. Grayscale: #3E3E3E. Windows color (decimal): -13547976 or 3687985. OLE color: 3687985.

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

Color convert

RGB497056-
CMYK0.3000.200.73
HSL140º17.65%23.33%-
HSV(B)140º30%27.45%-
XYZ4.175.324.55-
YUV62.12124.54118.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 70 (27.73% from 255) = 40%
BLUE value IS 56 (22.27% from 255) = 32%
R=28%
G=40%
B=32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970560.3000.200.7314017.6523.33
Hex3146381E014498c1217
Octal6110670360241112142227
Binary1100011000110111000111100101001001001100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314638; }

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

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

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

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

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

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

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

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