#314D35

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

Shades of Timber Green #314D35

Tints of Timber Green #314D35

Color information

#314D35 (or 0x314D35) is unknown color: approx Timber Green. HEX triplet: 31, 4D and 35. RGB value is (49,77,53). Sum of RGB (Red+Green+Blue) = 49+77+53=179 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.37% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #314D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D35 is #CEB2CA. Grayscale: #414141. Windows color (decimal): -13546187 or 3493169. OLE color: 3493169.

HSL color Cylindrical-coordinate representation of color #314D35: hue angle of 128.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D35 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB497753-
CMYK0.3600.310.70
HSL128.57º22.22%24.71%-
HSV(B)128.57º36.36%30.2%-
XYZ4.566.224.33-
YUV65.89120.72115.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.37%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=27.37%
G=43.02%
B=29.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977530.3600.310.70128.5722.2224.71
Hex314D352401F46811619
Octal6111565440371062012631
Binary11000110011011101011001000111111000110100000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D35; }

 p { color: rgb(49,77,53); }

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

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

 a { background-color: rgb(49,77,53); }

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

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

 span { border-color: rgb(49,77,53); }

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