#343835

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

Shades of Timber Green #343835

Tints of Timber Green #343835

Color information

#343835 (or 0x343835) is unknown color: approx Timber Green. HEX triplet: 34, 38 and 35. RGB value is (52,56,53). Sum of RGB (Red+Green+Blue) = 52+56+53=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 56 - color contains mainly: green. Hex color #343835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343835 is #CBC7CA. Grayscale: #363636. Windows color (decimal): -13354955 or 3487796. OLE color: 3487796.

HSL color Cylindrical-coordinate representation of color #343835: hue angle of 135º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343835 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB525653-
CMYK0.0700.050.78
HSL135º3.7%21.18%-
HSV(B)135º7.14%21.96%-
XYZ3.473.823.92-
YUV54.46127.17126.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=32.30%
G=34.78%
B=32.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256530.0700.050.781353.721.18
Hex3438357054E87415
Octal647065705116207425
Binary110100111000110101111010110011101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343835; }

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

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

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

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

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

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

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

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