Html Css Color HEX #314637 Timber Green

📋 copy color: '#314637'

red 49 ◦ green 70 ◦ blue 55

#314637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #314637

Tints of Timber Green #314637

RGB

 RED value IS 49 (19.53% from 255) = 28.16%

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 28.16%
G = 40.23%
B = 31.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#314637 (or 0x314637) is known color: Timber Green. HEX triplet: 31, 46 and 37. RGB value is (49,70,55). Sum of RGB (Red+Green+Blue) = 49+70+55=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #314637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314637 is #CEB9C8. Grayscale: #3E3E3E. Windows color (decimal): -13547977 or 3622449. OLE color: 3622449.

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

Color convert

RGB 49 70 55 -
CMYK 0.30 0 0.21 0.73
HSL 137.14º 0.18% 0.23% -
HSV(B) 137.14º 0.3% 0.27% -
XYZ 4.15 5.31 4.42 -
YUV 62.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 49 70 55 0.30 0 0.21 0.73 137.14 0.18 0.23
Hex 31 46 37 1E 0 15 49 89 12 17
Octal 61 106 67 36 0 25 111 211 22 27
Binary 110001 1000110 110111 11110 0 10101 1001001 10001001 10010 10111

Color Harmonies of #314637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314637

Black with #314637

Text Example


Text Example

White with #314637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314637; }

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

 H1.HeaderClassName
 {
   color: #314637;
 }
 .AnyTagClassName
 {
   color: #314637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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