#313E32

Color #313E32 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #313E32

Tints of Timber Green #313E32

Color information

#313E32 (or 0x313E32) is unknown color: approx 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

RGB496250-
CMYK0.2100.190.76
HSL124.62º11.71%21.76%-
HSV(B)124.62º20.97%24.31%-
XYZ3.564.333.67-
YUV56.74124.19122.48-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962500.2100.190.76124.6211.7121.76
Hex313E32150134C7dc16
Octal617662250231141751426
Binary1100011111101100101010101001110011001111101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>