#314634

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

Shades of Timber Green #314634

Tints of Timber Green #314634

Color information

#314634 (or 0x314634) is unknown color: approx Timber Green. HEX triplet: 31, 46 and 34. RGB value is (49,70,52). Sum of RGB (Red+Green+Blue) = 49+70+52=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #314634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314634 is #CEB9CB. Grayscale: #3D3D3D. Windows color (decimal): -13547980 or 3425841. OLE color: 3425841.

HSL color Cylindrical-coordinate representation of color #314634: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314634 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB497052-
CMYK0.3000.260.73
HSL128.57º17.65%23.33%-
HSV(B)128.57º30%27.45%-
XYZ4.085.284.05-
YUV61.67122.54118.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=28.65%
G=40.94%
B=30.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970520.3000.260.73128.5717.6523.33
Hex3146341E01A49811217
Octal6110664360321112012227
Binary1100011000110110100111100110101001001100000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314634; }

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

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

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

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

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

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

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

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