#314831

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

Shades of Timber Green #314831

Tints of Timber Green #314831

Color information

#314831 (or 0x314831) is unknown color: approx Timber Green. HEX triplet: 31, 48 and 31. RGB value is (49,72,49). Sum of RGB (Red+Green+Blue) = 49+72+49=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #314831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314831 is #CEB7CE. Grayscale: #3E3E3E. Windows color (decimal): -13547471 or 3229745. OLE color: 3229745.

HSL color Cylindrical-coordinate representation of color #314831: hue angle of 120º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #314831 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB497249-
CMYK0.3200.320.72
HSL120º19.01%23.73%-
HSV(B)120º31.94%28.24%-
XYZ4.145.513.75-
YUV62.5120.38118.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=28.82%
G=42.35%
B=28.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4972490.3200.320.7212019.0123.73
Hex3148312002048781318
Octal6111061400401101702330
Binary11000110010001100011000000100000100100011110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314831; }

 p { color: rgb(49,72,49); }

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

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

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

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

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

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

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