#314732

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

Shades of Timber Green #314732

Tints of Timber Green #314732

Color information

#314732 (or 0x314732) is unknown color: approx Timber Green. HEX triplet: 31, 47 and 32. RGB value is (49,71,50). Sum of RGB (Red+Green+Blue) = 49+71+50=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #314732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314732 is #CEB8CD. Grayscale: #3E3E3E. Windows color (decimal): -13547726 or 3295025. OLE color: 3295025.

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

Color convert

RGB497150-
CMYK0.3100.300.72
HSL122.73º18.33%23.53%-
HSV(B)122.73º30.99%27.84%-
XYZ4.15.393.84-
YUV62.03121.21118.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 50 (19.92% from 255) = 29.41%
R=28.82%
G=41.76%
B=29.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971500.3100.300.72122.7318.3323.53
Hex3147321F01E487b1218
Octal6110762370361101732230
Binary110001100011111001011111011110100100011110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314732; }

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

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

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

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

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

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

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

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