#314933

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

Shades of Timber Green #314933

Tints of Timber Green #314933

Color information

#314933 (or 0x314933) is unknown color: approx Timber Green. HEX triplet: 31, 49 and 33. RGB value is (49,73,51). Sum of RGB (Red+Green+Blue) = 49+73+51=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #314933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314933 is #CEB6CC. Grayscale: #3F3F3F. Windows color (decimal): -13547213 or 3361073. OLE color: 3361073.

HSL color Cylindrical-coordinate representation of color #314933: hue angle of 125º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314933 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB497351-
CMYK0.3300.300.71
HSL125º19.67%23.92%-
HSV(B)125º32.88%28.63%-
XYZ4.255.664-
YUV63.32121.05117.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=28.32%
G=42.20%
B=29.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973510.3300.300.7112519.6723.92
Hex3149332101E477d1418
Octal6111163410361071752430
Binary1100011001001110011100001011110100011111111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314933; }

 p { color: rgb(49,73,51); }

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

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

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

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

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

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

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