Html Css Color HEX #314932 Timber Green

📋 copy color: '#314932'

red 49 ◦ green 73 ◦ blue 50

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

Shades of Timber Green #314932

Tints of Timber Green #314932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 28.49%
G = 42.44%
B = 29.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#314932 (or 0x314932) is known color: Timber Green. HEX triplet: 31, 49 and 32. RGB value is (49,73,50). Sum of RGB (Red+Green+Blue) = 49+73+50=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 73 - color contains mainly: green. Hex color #314932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314932 is #CEB6CD. Grayscale: #3F3F3F. Windows color (decimal): -13547214 or 3295537. OLE color: 3295537.

HSL color Cylindrical-coordinate representation of color #314932: hue angle of 122.5º 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 #314932 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 50 -
CMYK 0.33 0 0.32 0.71
HSL 122.5º 0.2% 0.24% -
HSV(B) 122.5º 0.33% 0.29% -
XYZ 4.22 5.65 3.89 -
YUV 63.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 49 73 50 0.33 0 0.32 0.71 122.5 0.2 0.24
Hex 31 49 32 21 0 20 47 7B 14 18
Octal 61 111 62 41 0 40 107 173 24 30
Binary 110001 1001001 110010 100001 0 100000 1000111 1111011 10100 11000

Color Harmonies of #314932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314932

Black with #314932

Text Example


Text Example

White with #314932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314932; }

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

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

background-color css

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

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

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

border-color css

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

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

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