#35473B

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

Shades of Timber Green #35473B

Tints of Timber Green #35473B

Color information

#35473B (or 0x35473B) is unknown color: approx Timber Green. HEX triplet: 35, 47 and 3B. RGB value is (53,71,59). Sum of RGB (Red+Green+Blue) = 53+71+59=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #35473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473B is #CAB8C4. Grayscale: #404040. Windows color (decimal): -13285573 or 3884853. OLE color: 3884853.

HSL color Cylindrical-coordinate representation of color #35473B: hue angle of 140º 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 #35473B is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB537159-
CMYK0.2500.170.72
HSL140º14.52%24.31%-
HSV(B)140º25.35%27.84%-
XYZ4.515.584.98-
YUV64.25125.04119.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=28.96%
G=38.80%
B=32.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371590.2500.170.7214014.5224.31
Hex35473B19011488cf18
Octal6510773310211102141730
Binary110101100011111101111001010001100100010001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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