#314734

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

Shades of Timber Green #314734

Tints of Timber Green #314734

Color information

#314734 (or 0x314734) is unknown color: approx Timber Green. HEX triplet: 31, 47 and 34. RGB value is (49,71,52). Sum of RGB (Red+Green+Blue) = 49+71+52=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #314734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314734 is #CEB8CB. Grayscale: #3E3E3E. Windows color (decimal): -13547724 or 3426097. OLE color: 3426097.

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

Color convert

RGB497152-
CMYK0.3100.270.72
HSL128.18º18.33%23.53%-
HSV(B)128.18º30.99%27.84%-
XYZ4.145.414.07-
YUV62.26122.21118.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 52 (20.70% from 255) = 30.23%
R=28.49%
G=41.28%
B=30.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971520.3100.270.72128.1818.3323.53
Hex3147341F01B48801218
Octal6110764370331102002230
Binary1100011000111110100111110110111001000100000001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314734; }

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

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

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

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

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

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

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

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