Html Css Color HEX #314638 Timber Green

📋 copy color: '#314638'

red 49 ◦ green 70 ◦ blue 56

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

Shades of Timber Green #314638

Tints of Timber Green #314638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 28%
G = 40%
B = 32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#314638 (or 0x314638) is known color: Timber Green. HEX triplet: 31, 46 and 38. RGB value is (49,70,56). Sum of RGB (Red+Green+Blue) = 49+70+56=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #314638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314638 is #CEB9C7. Grayscale: #3E3E3E. Windows color (decimal): -13547976 or 3687985. OLE color: 3687985.

HSL color Cylindrical-coordinate representation of color #314638: hue angle of 140º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314638 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 70 56 -
CMYK 0.30 0 0.20 0.73
HSL 140º 0.18% 0.23% -
HSV(B) 140º 0.3% 0.27% -
XYZ 4.17 5.32 4.55 -
YUV 62.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 49 70 56 0.30 0 0.20 0.73 140 0.18 0.23
Hex 31 46 38 1E 0 14 49 8C 12 17
Octal 61 106 70 36 0 24 111 214 22 27
Binary 110001 1000110 111000 11110 0 10100 1001001 10001100 10010 10111

Color Harmonies of #314638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314638

Black with #314638

Text Example


Text Example

White with #314638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314638; }

 p { color: rgb(49,70,56); }

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

background-color css

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

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

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

border-color css

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

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

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