Html Css Color HEX #313B32 Timber Green

📋 copy color: '#313B32'

red 49 ◦ green 59 ◦ blue 50

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

Shades of Timber Green #313B32

Tints of Timber Green #313B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.34%

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

R = 31.01%
G = 37.34%
B = 31.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#313B32 (or 0x313B32) is known color: Timber Green. HEX triplet: 31, 3B and 32. RGB value is (49,59,50). Sum of RGB (Red+Green+Blue) = 49+59+50=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #313B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B32 is #CEC4CD. Grayscale: #373737. Windows color (decimal): -13550798 or 3291953. OLE color: 3291953.

HSL color Cylindrical-coordinate representation of color #313B32: hue angle of 126º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #313B32 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 50 -
CMYK 0.17 0 0.15 0.77
HSL 126º 0.09% 0.21% -
HSV(B) 126º 0.17% 0.23% -
XYZ 3.41 4.01 3.61 -
YUV 54.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 49 59 50 0.17 0 0.15 0.77 126 0.09 0.21
Hex 31 3B 32 11 0 F 4D 7E 9 15
Octal 61 73 62 21 0 17 115 176 11 25
Binary 110001 111011 110010 10001 0 1111 1001101 1111110 1001 10101

Color Harmonies of #313B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B32

Black with #313B32

Text Example


Text Example

White with #313B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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