#354537

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

Shades of Timber Green #354537

Tints of Timber Green #354537

Color information

#354537 (or 0x354537) is unknown color: approx Timber Green. HEX triplet: 35, 45 and 37. RGB value is (53,69,55). Sum of RGB (Red+Green+Blue) = 53+69+55=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #354537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354537 is #CABAC8. Grayscale: #3E3E3E. Windows color (decimal): -13286089 or 3622197. OLE color: 3622197.

HSL color Cylindrical-coordinate representation of color #354537: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354537 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB536955-
CMYK0.2300.200.73
HSL127.5º13.11%23.92%-
HSV(B)127.5º23.19%27.06%-
XYZ4.295.294.41-
YUV62.62123.7121.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=29.94%
G=38.98%
B=31.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369550.2300.200.73127.513.1123.92
Hex354537170144980d18
Octal6510567270241112001530
Binary110101100010111011110111010100100100110000000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354537; }

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

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

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

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

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

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

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

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