#34493A

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

Shades of Timber Green #34493A

Tints of Timber Green #34493A

Color information

#34493A (or 0x34493A) is unknown color: approx Timber Green. HEX triplet: 34, 49 and 3A. RGB value is (52,73,58). Sum of RGB (Red+Green+Blue) = 52+73+58=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #34493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493A is #CBB6C5. Grayscale: #414141. Windows color (decimal): -13350598 or 3819828. OLE color: 3819828.

HSL color Cylindrical-coordinate representation of color #34493A: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34493A is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB527358-
CMYK0.2900.210.71
HSL137.14º16.8%24.51%-
HSV(B)137.14º28.77%28.63%-
XYZ4.565.84.88-
YUV65.01124.04118.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=28.42%
G=39.89%
B=31.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273580.2900.210.71137.1416.824.51
Hex34493A1D01547891119
Octal6411172350251072112131
Binary1101001001001111010111010101011000111100010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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