#354835

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

Shades of Timber Green #354835

Tints of Timber Green #354835

Color information

#354835 (or 0x354835) is unknown color: approx Timber Green. HEX triplet: 35, 48 and 35. RGB value is (53,72,53). Sum of RGB (Red+Green+Blue) = 53+72+53=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #354835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354835 is #CAB7CA. Grayscale: #404040. Windows color (decimal): -13285323 or 3491893. OLE color: 3491893.

HSL color Cylindrical-coordinate representation of color #354835: hue angle of 120º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354835 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB537253-
CMYK0.2600.260.72
HSL120º15.2%24.51%-
HSV(B)120º26.39%28.24%-
XYZ4.435.654.23-
YUV64.15121.71120.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=29.78%
G=40.45%
B=29.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372530.2600.260.7212015.224.51
Hex3548351A01A4878f19
Octal6511065320321101701731
Binary11010110010001101011101001101010010001111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354835; }

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

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

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

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

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

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

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

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