#35473A

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

Shades of Timber Green #35473A

Tints of Timber Green #35473A

Color information

#35473A (or 0x35473A) is unknown color: approx Timber Green. HEX triplet: 35, 47 and 3A. RGB value is (53,71,58). Sum of RGB (Red+Green+Blue) = 53+71+58=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #35473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473A is #CAB8C5. Grayscale: #404040. Windows color (decimal): -13285574 or 3819317. OLE color: 3819317.

HSL color Cylindrical-coordinate representation of color #35473A: hue angle of 136.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473A is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB537158-
CMYK0.2500.180.72
HSL136.67º14.52%24.31%-
HSV(B)136.67º25.35%27.84%-
XYZ4.495.574.84-
YUV64.14124.54120.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=29.12%
G=39.01%
B=31.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371580.2500.180.72136.6714.5224.31
Hex35473A190124889f18
Octal6510772310221102111730
Binary110101100011111101011001010010100100010001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35473A; }

 p { color: rgb(53,71,58); }

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

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

 a { background-color: rgb(53,71,58); }

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

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

 span { border-color: rgb(53,71,58); }

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