#353A35

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

Shades of Timber Green #353A35

Tints of Timber Green #353A35

Color information

#353A35 (or 0x353A35) is unknown color: approx Timber Green. HEX triplet: 35, 3A and 35. RGB value is (53,58,53). Sum of RGB (Red+Green+Blue) = 53+58+53=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 58 - color contains mainly: green. Hex color #353A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A35 is #CAC5CA. Grayscale: #373737. Windows color (decimal): -13288907 or 3488309. OLE color: 3488309.

HSL color Cylindrical-coordinate representation of color #353A35: hue angle of 120º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353A35 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB535853-
CMYK0.0900.090.77
HSL120º4.5%21.76%-
HSV(B)120º8.62%22.75%-
XYZ3.624.043.96-
YUV55.94126.34125.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=32.32%
G=35.37%
B=32.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358530.0900.090.771204.521.76
Hex353A359094D78516
Octal65726511011115170526
Binary1101011110101101011001010011001101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A35; }

 p { color: rgb(53,58,53); }

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

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

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

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

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

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

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