Html Css Color HEX #314835 Timber Green

📋 copy color: '#314835'

red 49 ◦ green 72 ◦ blue 53

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

Shades of Timber Green #314835

Tints of Timber Green #314835

RGB

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

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

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

R = 28.16%
G = 41.38%
B = 30.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#314835 (or 0x314835) is known color: Timber Green. HEX triplet: 31, 48 and 35. RGB value is (49,72,53). Sum of RGB (Red+Green+Blue) = 49+72+53=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #314835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314835 is #CEB7CA. Grayscale: #3F3F3F. Windows color (decimal): -13547467 or 3491889. OLE color: 3491889.

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

Color convert

RGB 49 72 53 -
CMYK 0.32 0 0.26 0.72
HSL 130.43º 0.19% 0.24% -
HSV(B) 130.43º 0.32% 0.28% -
XYZ 4.23 5.54 4.22 -
YUV 62.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 49 72 53 0.32 0 0.26 0.72 130.43 0.19 0.24
Hex 31 48 35 20 0 1A 48 82 13 18
Octal 61 110 65 40 0 32 110 202 23 30
Binary 110001 1001000 110101 100000 0 11010 1001000 10000010 10011 11000

Color Harmonies of #314835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314835

Black with #314835

Text Example


Text Example

White with #314835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314835; }

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

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

background-color css

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

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

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

border-color css

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

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

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