#354037

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

Shades of Timber Green #354037

Tints of Timber Green #354037

Color information

#354037 (or 0x354037) is unknown color: approx Timber Green. HEX triplet: 35, 40 and 37. RGB value is (53,64,55). Sum of RGB (Red+Green+Blue) = 53+64+55=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #354037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354037 is #CABFC8. Grayscale: #3B3B3B. Windows color (decimal): -13287369 or 3620917. OLE color: 3620917.

HSL color Cylindrical-coordinate representation of color #354037: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #354037 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB536455-
CMYK0.1700.140.75
HSL130.91º9.4%22.94%-
HSV(B)130.91º17.19%25.1%-
XYZ3.994.74.31-
YUV59.68125.36123.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=30.81%
G=37.21%
B=31.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364550.1700.140.75130.919.422.94
Hex354037110E4B83917
Octal6510067210161132031127
Binary11010110000001101111000101110100101110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354037; }

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

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

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

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

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

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

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

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