#314731

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

Shades of Timber Green #314731

Tints of Timber Green #314731

Color information

#314731 (or 0x314731) is unknown color: approx Timber Green. HEX triplet: 31, 47 and 31. RGB value is (49,71,49). Sum of RGB (Red+Green+Blue) = 49+71+49=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #314731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314731 is #CEB8CE. Grayscale: #3D3D3D. Windows color (decimal): -13547727 or 3229489. OLE color: 3229489.

HSL color Cylindrical-coordinate representation of color #314731: hue angle of 120º 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 #314731 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB497149-
CMYK0.3100.310.72
HSL120º18.33%23.53%-
HSV(B)120º30.99%27.84%-
XYZ4.075.383.73-
YUV61.91120.71118.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=28.99%
G=42.01%
B=28.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971490.3100.310.7212018.3323.53
Hex3147311F01F48781218
Octal6110761370371101702230
Binary110001100011111000111111011111100100011110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314731; }

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

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

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

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

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

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

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

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