#353936

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

Shades of Timber Green #353936

Tints of Timber Green #353936

Color information

#353936 (or 0x353936) is unknown color: approx Timber Green. HEX triplet: 35, 39 and 36. RGB value is (53,57,54). Sum of RGB (Red+Green+Blue) = 53+57+54=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 57 - color contains mainly: green. Hex color #353936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353936 is #CAC6C9. Grayscale: #373737. Windows color (decimal): -13289162 or 3553589. OLE color: 3553589.

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

Color convert

RGB535754-
CMYK0.0700.050.78
HSL135º3.64%21.57%-
HSV(B)135º7.02%22.35%-
XYZ3.63.954.06-
YUV55.46127.17126.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=32.32%
G=34.76%
B=32.93%

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
Decimal5357540.0700.050.781353.6421.57
Hex3539367054E87416
Octal657166705116207426
Binary110101111001110110111010110011101000011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353936; }

 p { color: rgb(53,57,54); }

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

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

 a { background-color: rgb(53,57,54); }

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

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

 span { border-color: rgb(53,57,54); }

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