#314B34

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

Shades of Timber Green #314B34

Tints of Timber Green #314B34

Color information

#314B34 (or 0x314B34) is unknown color: approx Timber Green. HEX triplet: 31, 4B and 34. RGB value is (49,75,52). Sum of RGB (Red+Green+Blue) = 49+75+52=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #314B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314B34 is #CEB4CB. Grayscale: #404040. Windows color (decimal): -13546700 or 3427121. OLE color: 3427121.

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

Color convert

RGB497552-
CMYK0.3500.310.71
HSL126.92º20.97%24.31%-
HSV(B)126.92º34.67%29.41%-
XYZ4.45.934.16-
YUV64.6120.89116.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.84%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=27.84%
G=42.61%
B=29.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4975520.3500.310.71126.9220.9724.31
Hex314B342301F477f1518
Octal6111364430371071772530
Binary1100011001011110100100011011111100011111111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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