#313733

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

Shades of Timber Green #313733

Tints of Timber Green #313733

Color information

#313733 (or 0x313733) is unknown color: approx Timber Green. HEX triplet: 31, 37 and 33. RGB value is (49,55,51). Sum of RGB (Red+Green+Blue) = 49+55+51=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 55 - color contains mainly: green. Hex color #313733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313733 is #CEC8CC. Grayscale: #343434. Windows color (decimal): -13551821 or 3356465. OLE color: 3356465.

HSL color Cylindrical-coordinate representation of color #313733: hue angle of 140º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313733 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB495551-
CMYK0.1100.070.78
HSL140º5.77%20.39%-
HSV(B)140º10.91%21.57%-
XYZ3.233.623.66-
YUV52.75127.01125.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 55 (21.88% from 255) = 35.48%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=31.61%
G=35.48%
B=32.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955510.1100.070.781405.7720.39
Hex313733B074E8c614
Octal6167631307116214624
Binary1100011101111100111011011110011101000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313733; }

 p { color: rgb(49,55,51); }

 H1.HeaderClassName
 {
   color: #313733;
 }
 .AnyTagClassName
 {
   color: #313733;
 }
</style>
background-color css

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

 a { background-color: rgb(49,55,51); }

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

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

 span { border-color: rgb(49,55,51); }

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