Html Css Color HEX #314935 Timber Green

📋 copy color: '#314935'

red 49 ◦ green 73 ◦ blue 53

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

Shades of Timber Green #314935

Tints of Timber Green #314935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 28%
G = 41.71%
B = 30.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#314935 (or 0x314935) is known color: Timber Green. HEX triplet: 31, 49 and 35. RGB value is (49,73,53). Sum of RGB (Red+Green+Blue) = 49+73+53=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #314935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314935 is #CEB6CA. Grayscale: #3F3F3F. Windows color (decimal): -13547211 or 3492145. OLE color: 3492145.

HSL color Cylindrical-coordinate representation of color #314935: hue angle of 130º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314935 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 53 -
CMYK 0.33 0 0.27 0.71
HSL 130º 0.2% 0.24% -
HSV(B) 130º 0.33% 0.29% -
XYZ 4.29 5.68 4.24 -
YUV 63.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 49 73 53 0.33 0 0.27 0.71 130 0.2 0.24
Hex 31 49 35 21 0 1B 47 82 14 18
Octal 61 111 65 41 0 33 107 202 24 30
Binary 110001 1001001 110101 100001 0 11011 1000111 10000010 10100 11000

Color Harmonies of #314935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314935

Black with #314935

Text Example


Text Example

White with #314935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314935; }

 p { color: rgb(49,73,53); }

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

background-color css

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

 a { background-color: rgb(49,73,53); }

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

border-color css

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

 span { border-color: rgb(49,73,53); }

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