#344037

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

Shades of Timber Green #344037

Tints of Timber Green #344037

Color information

#344037 (or 0x344037) is unknown color: approx Timber Green. HEX triplet: 34, 40 and 37. RGB value is (52,64,55). Sum of RGB (Red+Green+Blue) = 52+64+55=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #344037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344037 is #CBBFC8. Grayscale: #3B3B3B. Windows color (decimal): -13352905 or 3620916. OLE color: 3620916.

HSL color Cylindrical-coordinate representation of color #344037: hue angle of 135º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #344037 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB526455-
CMYK0.1900.140.75
HSL135º10.34%22.75%-
HSV(B)135º18.75%25.1%-
XYZ3.944.674.31-
YUV59.39125.52122.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=30.41%
G=37.43%
B=32.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264550.1900.140.7513510.3422.75
Hex344037130E4B87a17
Octal6410067230161132071227
Binary11010010000001101111001101110100101110000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344037; }

 p { color: rgb(52,64,55); }

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

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

 a { background-color: rgb(52,64,55); }

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

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

 span { border-color: rgb(52,64,55); }

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