#344C39

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

Shades of Timber Green #344C39

Tints of Timber Green #344C39

Color information

#344C39 (or 0x344C39) is unknown color: approx Timber Green. HEX triplet: 34, 4C and 39. RGB value is (52,76,57). Sum of RGB (Red+Green+Blue) = 52+76+57=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #344C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C39 is #CBB3C6. Grayscale: #424242. Windows color (decimal): -13349831 or 3755060. OLE color: 3755060.

HSL color Cylindrical-coordinate representation of color #344C39: hue angle of 132.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C39 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.

Color convert

RGB527657-
CMYK0.3200.250.70
HSL132.5º18.75%25.1%-
HSV(B)132.5º31.58%29.8%-
XYZ4.746.194.82-
YUV66.66122.55117.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 57 (22.66% from 255) = 30.81%
R=28.11%
G=41.08%
B=30.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5276570.3200.250.70132.518.7525.1
Hex344C392001946841319
Octal6411471400311062042331
Binary11010010011001110011000000110011000110100001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344C39; }

 p { color: rgb(52,76,57); }

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

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

 a { background-color: rgb(52,76,57); }

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

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

 span { border-color: rgb(52,76,57); }

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