#343D37

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

Shades of Timber Green #343D37

Tints of Timber Green #343D37

Color information

#343D37 (or 0x343D37) is unknown color: approx Timber Green. HEX triplet: 34, 3D and 37. RGB value is (52,61,55). Sum of RGB (Red+Green+Blue) = 52+61+55=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #343D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D37 is #CBC2C8. Grayscale: #393939. Windows color (decimal): -13353673 or 3620148. OLE color: 3620148.

HSL color Cylindrical-coordinate representation of color #343D37: hue angle of 140º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #343D37 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB526155-
CMYK0.1500.100.76
HSL140º7.96%22.16%-
HSV(B)140º14.75%23.92%-
XYZ3.774.344.25-
YUV57.62126.52123.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 61 (24.22% from 255) = 36.31%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=30.95%
G=36.31%
B=32.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5261550.1500.100.761407.9622.16
Hex343D37F0A4C8c816
Octal647567170121142141026
Binary110100111101110111111101010100110010001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343D37; }

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

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

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

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

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

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

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

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