Html Css Color HEX #313E34 Timber Green

📋 copy color: '#313E34'

red 49 ◦ green 62 ◦ blue 52

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

Shades of Timber Green #313E34

Tints of Timber Green #313E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.04%

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 30.06%
G = 38.04%
B = 31.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#313E34 (or 0x313E34) is known color: Timber Green. HEX triplet: 31, 3E and 34. RGB value is (49,62,52). Sum of RGB (Red+Green+Blue) = 49+62+52=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 62 - color contains mainly: green. Hex color #313E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E34 is #CEC1CB. Grayscale: #393939. Windows color (decimal): -13550028 or 3423793. OLE color: 3423793.

HSL color Cylindrical-coordinate representation of color #313E34: hue angle of 133.85º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313E34 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 62 52 -
CMYK 0.21 0 0.16 0.76
HSL 133.85º 0.12% 0.22% -
HSV(B) 133.85º 0.21% 0.24% -
XYZ 3.61 4.35 3.9 -
YUV 56.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 49 62 52 0.21 0 0.16 0.76 133.85 0.12 0.22
Hex 31 3E 34 15 0 10 4C 86 C 16
Octal 61 76 64 25 0 20 114 206 14 26
Binary 110001 111110 110100 10101 0 10000 1001100 10000110 1100 10110

Color Harmonies of #313E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E34

Black with #313E34

Text Example


Text Example

White with #313E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313E34; }

 p { color: rgb(49,62,52); }

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

background-color css

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

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

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

border-color css

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

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

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