#343E36

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

Shades of Timber Green #343E36

Tints of Timber Green #343E36

Color information

#343E36 (or 0x343E36) is unknown color: approx Timber Green. HEX triplet: 34, 3E and 36. RGB value is (52,62,54). Sum of RGB (Red+Green+Blue) = 52+62+54=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 62 - color contains mainly: green. Hex color #343E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E36 is #CBC1C9. Grayscale: #3A3A3A. Windows color (decimal): -13353418 or 3554868. OLE color: 3554868.

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

Color convert

RGB526254-
CMYK0.1600.130.76
HSL132º8.77%22.35%-
HSV(B)132º16.13%24.31%-
XYZ3.84.444.15-
YUV58.1125.69123.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 54 (21.48% from 255) = 32.14%
R=30.95%
G=36.90%
B=32.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5262540.1600.130.761328.7722.35
Hex343E36100D4C84916
Octal647666200151142041126
Binary1101001111101101101000001101100110010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,62,54); }

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

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

 a { background-color: rgb(52,62,54); }

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

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

 span { border-color: rgb(52,62,54); }

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