#343B36

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

Shades of Timber Green #343B36

Tints of Timber Green #343B36

Color information

#343B36 (or 0x343B36) is unknown color: approx Timber Green. HEX triplet: 34, 3B and 36. RGB value is (52,59,54). Sum of RGB (Red+Green+Blue) = 52+59+54=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #343B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B36 is #CBC4C9. Grayscale: #383838. Windows color (decimal): -13354186 or 3554100. OLE color: 3554100.

HSL color Cylindrical-coordinate representation of color #343B36: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343B36 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB525954-
CMYK0.1200.080.77
HSL137.14º6.31%21.76%-
HSV(B)137.14º11.86%23.14%-
XYZ3.654.124.09-
YUV56.34126.68124.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=31.52%
G=35.76%
B=32.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259540.1200.080.77137.146.3121.76
Hex343B36C084D89616
Octal64736614010115211626
Binary11010011101111011011000100010011011000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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