#354237

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

Shades of Timber Green #354237

Tints of Timber Green #354237

Color information

#354237 (or 0x354237) is unknown color: approx Timber Green. HEX triplet: 35, 42 and 37. RGB value is (53,66,55). Sum of RGB (Red+Green+Blue) = 53+66+55=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #354237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354237 is #CABDC8. Grayscale: #3C3C3C. Windows color (decimal): -13286857 or 3621429. OLE color: 3621429.

HSL color Cylindrical-coordinate representation of color #354237: hue angle of 129.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #354237 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB536655-
CMYK0.2000.170.74
HSL129.23º10.92%23.33%-
HSV(B)129.23º19.7%25.88%-
XYZ4.114.934.35-
YUV60.86124.69122.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=30.46%
G=37.93%
B=31.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366550.2000.170.74129.2310.9223.33
Hex354237140114A81b17
Octal6510267240211122011327
Binary110101100001011011110100010001100101010000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354237; }

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

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

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

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

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

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

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

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