#354137

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

Shades of Timber Green #354137

Tints of Timber Green #354137

Color information

#354137 (or 0x354137) is unknown color: approx Timber Green. HEX triplet: 35, 41 and 37. RGB value is (53,65,55). Sum of RGB (Red+Green+Blue) = 53+65+55=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #354137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354137 is #CABEC8. Grayscale: #3C3C3C. Windows color (decimal): -13287113 or 3621173. OLE color: 3621173.

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

Color convert

RGB536555-
CMYK0.1800.150.75
HSL130º10.17%23.14%-
HSV(B)130º18.46%25.49%-
XYZ4.054.814.33-
YUV60.27125.02122.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=30.64%
G=37.57%
B=31.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365550.1800.150.7513010.1723.14
Hex354137120F4B82a17
Octal6510167220171132021227
Binary11010110000011101111001001111100101110000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354137; }

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

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

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

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

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

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

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

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