Html Css Color HEX #314131 Timber Green

📋 copy color: '#314131'

red 49 ◦ green 65 ◦ blue 49

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

Shades of Timber Green #314131

Tints of Timber Green #314131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 30.06%
G = 39.88%
B = 30.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#314131 (or 0x314131) is known color: Timber Green. HEX triplet: 31, 41 and 31. RGB value is (49,65,49). Sum of RGB (Red+Green+Blue) = 49+65+49=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #314131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314131 is #CEBECE. Grayscale: #3A3A3A. Windows color (decimal): -13549263 or 3227953. OLE color: 3227953.

HSL color Cylindrical-coordinate representation of color #314131: hue angle of 120º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #314131 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 49 -
CMYK 0.25 0 0.25 0.75
HSL 120º 0.14% 0.22% -
HSV(B) 120º 0.25% 0.25% -
XYZ 3.71 4.66 3.61 -
YUV 58.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 49 65 49 0.25 0 0.25 0.75 120 0.14 0.22
Hex 31 41 31 19 0 19 4B 78 E 16
Octal 61 101 61 31 0 31 113 170 16 26
Binary 110001 1000001 110001 11001 0 11001 1001011 1111000 1110 10110

Color Harmonies of #314131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314131

Black with #314131

Text Example


Text Example

White with #314131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314131; }

 p { color: rgb(49,65,49); }

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

background-color css

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

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

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

border-color css

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

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

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