Html Css Color HEX #314735 Timber Green

📋 copy color: '#314735'

red 49 ◦ green 71 ◦ blue 53

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

Shades of Timber Green #314735

Tints of Timber Green #314735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 28.32%
G = 41.04%
B = 30.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#314735 (or 0x314735) is known color: Timber Green. HEX triplet: 31, 47 and 35. RGB value is (49,71,53). Sum of RGB (Red+Green+Blue) = 49+71+53=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #314735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314735 is #CEB8CA. Grayscale: #3E3E3E. Windows color (decimal): -13547723 or 3491633. OLE color: 3491633.

HSL color Cylindrical-coordinate representation of color #314735: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314735 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 71 53 -
CMYK 0.31 0 0.25 0.72
HSL 130.91º 0.18% 0.24% -
HSV(B) 130.91º 0.31% 0.28% -
XYZ 4.16 5.42 4.19 -
YUV 62.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 49 71 53 0.31 0 0.25 0.72 130.91 0.18 0.24
Hex 31 47 35 1F 0 19 48 83 12 18
Octal 61 107 65 37 0 31 110 203 22 30
Binary 110001 1000111 110101 11111 0 11001 1001000 10000011 10010 11000

Color Harmonies of #314735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314735

Black with #314735

Text Example


Text Example

White with #314735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314735; }

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

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

background-color css

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

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

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

border-color css

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

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

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