#353D37

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

Shades of Timber Green #353D37

Tints of Timber Green #353D37

Color information

#353D37 (or 0x353D37) is unknown color: approx Timber Green. HEX triplet: 35, 3D and 37. RGB value is (53,61,55). Sum of RGB (Red+Green+Blue) = 53+61+55=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #353D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D37 is #CAC2C8. Grayscale: #393939. Windows color (decimal): -13288137 or 3620149. OLE color: 3620149.

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

Color convert

RGB536155-
CMYK0.1300.100.76
HSL135º7.02%22.35%-
HSV(B)135º13.11%23.92%-
XYZ3.834.374.26-
YUV57.92126.35124.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 61 (24.22% from 255) = 36.09%
BLUE value IS 55 (21.88% from 255) = 32.54%
R=31.36%
G=36.09%
B=32.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5361550.1300.100.761357.0222.35
Hex353D37D0A4C87716
Octal65756715012114207726
Binary11010111110111011111010101010011001000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,61,55); }

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

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

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

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

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

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

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