Html Css Color HEX #314832 Timber Green

📋 copy color: '#314832'

red 49 ◦ green 72 ◦ blue 50

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

Shades of Timber Green #314832

Tints of Timber Green #314832

RGB

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

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

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

R = 28.65%
G = 42.11%
B = 29.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#314832 (or 0x314832) is known color: Timber Green. HEX triplet: 31, 48 and 32. RGB value is (49,72,50). Sum of RGB (Red+Green+Blue) = 49+72+50=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #314832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314832 is #CEB7CD. Grayscale: #3E3E3E. Windows color (decimal): -13547470 or 3295281. OLE color: 3295281.

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

Color convert

RGB 49 72 50 -
CMYK 0.32 0 0.31 0.72
HSL 122.61º 0.19% 0.24% -
HSV(B) 122.61º 0.32% 0.28% -
XYZ 4.16 5.52 3.86 -
YUV 62.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 49 72 50 0.32 0 0.31 0.72 122.61 0.19 0.24
Hex 31 48 32 20 0 1F 48 7B 13 18
Octal 61 110 62 40 0 37 110 173 23 30
Binary 110001 1001000 110010 100000 0 11111 1001000 1111011 10011 11000

Color Harmonies of #314832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314832

Black with #314832

Text Example


Text Example

White with #314832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314832; }

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

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

background-color css

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

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

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

border-color css

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

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

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