#353B35

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

Shades of Timber Green #353B35

Tints of Timber Green #353B35

Color information

#353B35 (or 0x353B35) is unknown color: approx Timber Green. HEX triplet: 35, 3B and 35. RGB value is (53,59,53). Sum of RGB (Red+Green+Blue) = 53+59+53=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 59 - color contains mainly: green. Hex color #353B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B35 is #CAC4CA. Grayscale: #383838. Windows color (decimal): -13288651 or 3488565. OLE color: 3488565.

HSL color Cylindrical-coordinate representation of color #353B35: 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.1%. Process color model (Four color, CMYK) of #353B35 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB535953-
CMYK0.1000.100.77
HSL120º5.36%21.96%-
HSV(B)120º10.17%23.14%-
XYZ3.674.143.97-
YUV56.52126.01125.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 59 (23.44% from 255) = 35.76%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=32.12%
G=35.76%
B=32.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359530.1000.100.771205.3621.96
Hex353B35A0A4D78516
Octal65736512012115170526
Binary1101011110111101011010010101001101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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