Html Css Color HEX #314D34 Timber Green

📋 copy color: '#314D34'

red 49 ◦ green 77 ◦ blue 52

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

Shades of Timber Green #314D34

Tints of Timber Green #314D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 52 (20.7% from 255) = 29.21%

R = 27.53%
G = 43.26%
B = 29.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#314D34 (or 0x314D34) is known color: Timber Green. HEX triplet: 31, 4D and 34. RGB value is (49,77,52). Sum of RGB (Red+Green+Blue) = 49+77+52=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #314D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D34 is #CEB2CB. Grayscale: #414141. Windows color (decimal): -13546188 or 3427633. OLE color: 3427633.

HSL color Cylindrical-coordinate representation of color #314D34: hue angle of 126.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D34 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 77 52 -
CMYK 0.36 0 0.32 0.70
HSL 126.43º 0.22% 0.25% -
HSV(B) 126.43º 0.36% 0.3% -
XYZ 4.54 6.21 4.21 -
YUV 65.78 120.22 116.03 -
System Red Green Blue C M Y K H S L
Decimal 49 77 52 0.36 0 0.32 0.70 126.43 0.22 0.25
Hex 31 4D 34 24 0 20 46 7E 16 19
Octal 61 115 64 44 0 40 106 176 26 31
Binary 110001 1001101 110100 100100 0 100000 1000110 1111110 10110 11001

Color Harmonies of #314D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D34

Black with #314D34

Text Example


Text Example

White with #314D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D34; }

 p { color: rgb(49,77,52); }

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

background-color css

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

 a { background-color: rgb(49,77,52); }

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

border-color css

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

 span { border-color: rgb(49,77,52); }

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