Html Css Color HEX #313E32 Timber Green

📋 copy color: '#313E32'

red 49 ◦ green 62 ◦ blue 50

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

Shades of Timber Green #313E32

Tints of Timber Green #313E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 30.43%
G = 38.51%
B = 31.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.76

RGB Variations

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

Color information

#313E32 (or 0x313E32) is known color: Timber Green. HEX triplet: 31, 3E and 32. RGB value is (49,62,50). Sum of RGB (Red+Green+Blue) = 49+62+50=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #313E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E32 is #CEC1CD. Grayscale: #383838. Windows color (decimal): -13550030 or 3292721. OLE color: 3292721.

HSL color Cylindrical-coordinate representation of color #313E32: hue angle of 124.62º 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 #313E32 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 62 50 -
CMYK 0.21 0 0.19 0.76
HSL 124.62º 0.12% 0.22% -
HSV(B) 124.62º 0.21% 0.24% -
XYZ 3.56 4.33 3.67 -
YUV 56.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 49 62 50 0.21 0 0.19 0.76 124.62 0.12 0.22
Hex 31 3E 32 15 0 13 4C 7D C 16
Octal 61 76 62 25 0 23 114 175 14 26
Binary 110001 111110 110010 10101 0 10011 1001100 1111101 1100 10110

Color Harmonies of #313E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E32

Black with #313E32

Text Example


Text Example

White with #313E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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