Html Css Color HEX #314839 Timber Green

📋 copy color: '#314839'

red 49 ◦ green 72 ◦ blue 57

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

Shades of Timber Green #314839

Tints of Timber Green #314839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.45%

 BLUE value IS 57 (22.66% from 255) = 32.02%

R = 27.53%
G = 40.45%
B = 32.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#314839 (or 0x314839) is known color: Timber Green. HEX triplet: 31, 48 and 39. RGB value is (49,72,57). Sum of RGB (Red+Green+Blue) = 49+72+57=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 57 (22.66% from 255 or 32.02% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #314839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314839 is #CEB7C6. Grayscale: #3F3F3F. Windows color (decimal): -13547463 or 3754033. OLE color: 3754033.

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

Color convert

RGB 49 72 57 -
CMYK 0.32 0 0.21 0.72
HSL 140.87º 0.19% 0.24% -
HSV(B) 140.87º 0.32% 0.28% -
XYZ 4.32 5.58 4.72 -
YUV 63.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 49 72 57 0.32 0 0.21 0.72 140.87 0.19 0.24
Hex 31 48 39 20 0 15 48 8D 13 18
Octal 61 110 71 40 0 25 110 215 23 30
Binary 110001 1001000 111001 100000 0 10101 1001000 10001101 10011 11000

Color Harmonies of #314839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314839

Black with #314839

Text Example


Text Example

White with #314839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314839; }

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

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

background-color css

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

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

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

border-color css

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

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

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