#314B32

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

Shades of Timber Green #314B32

Tints of Timber Green #314B32

Color information

#314B32 (or 0x314B32) is unknown color: approx Timber Green. HEX triplet: 31, 4B and 32. RGB value is (49,75,50). Sum of RGB (Red+Green+Blue) = 49+75+50=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #314B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B32 is #CEB4CD. Grayscale: #404040. Windows color (decimal): -13546702 or 3296049. OLE color: 3296049.

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

Color convert

RGB497550-
CMYK0.3500.330.71
HSL122.31º20.97%24.31%-
HSV(B)122.31º34.67%29.41%-
XYZ4.365.923.93-
YUV64.38119.89117.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=28.16%
G=43.10%
B=28.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975500.3500.330.71122.3120.9724.31
Hex314B3223021477a1518
Octal6111362430411071722530
Binary11000110010111100101000110100001100011111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B32; }

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

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

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

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

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

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

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

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