#353E37

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

Shades of Timber Green #353E37

Tints of Timber Green #353E37

Color information

#353E37 (or 0x353E37) is unknown color: approx Timber Green. HEX triplet: 35, 3E and 37. RGB value is (53,62,55). Sum of RGB (Red+Green+Blue) = 53+62+55=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #353E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E37 is #CAC1C8. Grayscale: #3A3A3A. Windows color (decimal): -13287881 or 3620405. OLE color: 3620405.

HSL color Cylindrical-coordinate representation of color #353E37: hue angle of 133.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #353E37 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB536255-
CMYK0.1500.110.76
HSL133.33º7.83%22.55%-
HSV(B)133.33º14.52%24.31%-
XYZ3.884.484.27-
YUV58.51126.02124.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 62 (24.61% from 255) = 36.47%
BLUE value IS 55 (21.88% from 255) = 32.35%
R=31.18%
G=36.47%
B=32.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5362550.1500.110.76133.337.8322.55
Hex353E37F0B4C85817
Octal657667170131142051027
Binary110101111110110111111101011100110010000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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