#354B37

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

Shades of Timber Green #354B37

Tints of Timber Green #354B37

Color information

#354B37 (or 0x354B37) is unknown color: approx Timber Green. HEX triplet: 35, 4B and 37. RGB value is (53,75,55). Sum of RGB (Red+Green+Blue) = 53+75+55=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #354B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B37 is #CAB4C8. Grayscale: #424242. Windows color (decimal): -13284553 or 3623733. OLE color: 3623733.

HSL color Cylindrical-coordinate representation of color #354B37: hue angle of 125.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B37 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB537555-
CMYK0.2900.270.71
HSL125.45º17.19%25.1%-
HSV(B)125.45º29.33%29.41%-
XYZ4.676.064.54-
YUV66.14121.71118.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=28.96%
G=40.98%
B=30.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5375550.2900.270.71125.4517.1925.1
Hex354B371D01B477d1119
Octal6511367350331071752131
Binary110101100101111011111101011011100011111111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354B37; }

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

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

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

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

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

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

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

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