Html Css Color HEX #34493A Timber Green

📋 copy color: '#34493A'

red 52 ◦ green 73 ◦ blue 58

#34493A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #34493A

Tints of Timber Green #34493A

RGB

 RED value IS 52 (20.7% 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 value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#34493A (or 0x34493A) is known color: 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

RGB 52 73 58 -
CMYK 0.29 0 0.21 0.71
HSL 137.14º 0.17% 0.25% -
HSV(B) 137.14º 0.29% 0.29% -
XYZ 4.56 5.8 4.88 -
YUV 65.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 52 73 58 0.29 0 0.21 0.71 137.14 0.17 0.25
Hex 34 49 3A 1D 0 15 47 89 11 19
Octal 64 111 72 35 0 25 107 211 21 31
Binary 110100 1001001 111010 11101 0 10101 1000111 10001001 10001 11001

Color Harmonies of #34493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34493A

Black with #34493A

Text Example


Text Example

White with #34493A

Text Example


Text Example

HTML Codes & Css Web 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>