#343B35

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

Shades of Timber Green #343B35

Tints of Timber Green #343B35

Color information

#343B35 (or 0x343B35) is unknown color: approx Timber Green. HEX triplet: 34, 3B and 35. RGB value is (52,59,53). Sum of RGB (Red+Green+Blue) = 52+59+53=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #343B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B35 is #CBC4CA. Grayscale: #383838. Windows color (decimal): -13354187 or 3488564. OLE color: 3488564.

HSL color Cylindrical-coordinate representation of color #343B35: hue angle of 128.57º 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 #343B35 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB525953-
CMYK0.1200.100.77
HSL128.57º6.31%21.76%-
HSV(B)128.57º11.86%23.14%-
XYZ3.624.123.97-
YUV56.22126.18124.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=31.71%
G=35.98%
B=32.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259530.1200.100.77128.576.3121.76
Hex343B35C0A4D81616
Octal64736514012115201626
Binary11010011101111010111000101010011011000000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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