#34473A

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

Shades of Timber Green #34473A

Tints of Timber Green #34473A

Color information

#34473A (or 0x34473A) is unknown color: approx Timber Green. HEX triplet: 34, 47 and 3A. RGB value is (52,71,58). Sum of RGB (Red+Green+Blue) = 52+71+58=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #34473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34473A is #CBB8C5. Grayscale: #3F3F3F. Windows color (decimal): -13351110 or 3819316. OLE color: 3819316.

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

Color convert

RGB527158-
CMYK0.2700.180.72
HSL138.95º15.45%24.12%-
HSV(B)138.95º26.76%27.84%-
XYZ4.435.544.84-
YUV63.84124.71119.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=28.73%
G=39.23%
B=32.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271580.2700.180.72138.9515.4524.12
Hex34473A1B012488bf18
Octal6410772330221102131730
Binary110100100011111101011011010010100100010001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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