Html Css Color HEX #314031 Timber Green

📋 copy color: '#314031'

red 49 ◦ green 64 ◦ blue 49

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

Shades of Timber Green #314031

Tints of Timber Green #314031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.51%

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

R = 30.25%
G = 39.51%
B = 30.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#314031 (or 0x314031) is known color: Timber Green. HEX triplet: 31, 40 and 31. RGB value is (49,64,49). Sum of RGB (Red+Green+Blue) = 49+64+49=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #314031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314031 is #CEBFCE. Grayscale: #393939. Windows color (decimal): -13549519 or 3227697. OLE color: 3227697.

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

Color convert

RGB 49 64 49 -
CMYK 0.23 0 0.23 0.75
HSL 120º 0.13% 0.22% -
HSV(B) 120º 0.23% 0.25% -
XYZ 3.65 4.54 3.59 -
YUV 57.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 49 64 49 0.23 0 0.23 0.75 120 0.13 0.22
Hex 31 40 31 17 0 17 4B 78 D 16
Octal 61 100 61 27 0 27 113 170 15 26
Binary 110001 1000000 110001 10111 0 10111 1001011 1111000 1101 10110

Color Harmonies of #314031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314031

Black with #314031

Text Example


Text Example

White with #314031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314031; }

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

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

background-color css

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

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

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

border-color css

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

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

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