Html Css Color HEX #314939 Timber Green

📋 copy color: '#314939'

red 49 ◦ green 73 ◦ blue 57

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

Shades of Timber Green #314939

Tints of Timber Green #314939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.78%

 BLUE value IS 57 (22.66% from 255) = 31.84%

R = 27.37%
G = 40.78%
B = 31.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#314939 (or 0x314939) is known color: Timber Green. HEX triplet: 31, 49 and 39. RGB value is (49,73,57). Sum of RGB (Red+Green+Blue) = 49+73+57=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 73 - color contains mainly: green. Hex color #314939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314939 is #CEB6C6. Grayscale: #404040. Windows color (decimal): -13547207 or 3754289. OLE color: 3754289.

HSL color Cylindrical-coordinate representation of color #314939: hue angle of 140º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314939 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 73 57 -
CMYK 0.33 0 0.22 0.71
HSL 140º 0.2% 0.24% -
HSV(B) 140º 0.33% 0.29% -
XYZ 4.39 5.71 4.74 -
YUV 64 124.05 117.3 -
System Red Green Blue C M Y K H S L
Decimal 49 73 57 0.33 0 0.22 0.71 140 0.2 0.24
Hex 31 49 39 21 0 16 47 8C 14 18
Octal 61 111 71 41 0 26 107 214 24 30
Binary 110001 1001001 111001 100001 0 10110 1000111 10001100 10100 11000

Color Harmonies of #314939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314939

Black with #314939

Text Example


Text Example

White with #314939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314939; }

 p { color: rgb(49,73,57); }

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

background-color css

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

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

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

border-color css

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

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

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