Html Css Color HEX #344434 Timber Green

📋 copy color: '#344434'

red 52 ◦ green 68 ◦ blue 52

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

Shades of Timber Green #344434

Tints of Timber Green #344434

RGB

 RED value IS 52 (20.7% from 255) = 30.23%

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 30.23%
G = 39.53%
B = 30.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#344434 (or 0x344434) is known color: Timber Green. HEX triplet: 34, 44 and 34. RGB value is (52,68,52). Sum of RGB (Red+Green+Blue) = 52+68+52=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #344434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344434 is #CBBBCB. Grayscale: #3D3D3D. Windows color (decimal): -13351884 or 3425332. OLE color: 3425332.

HSL color Cylindrical-coordinate representation of color #344434: hue angle of 120º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344434 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 52 -
CMYK 0.24 0 0.24 0.73
HSL 120º 0.13% 0.24% -
HSV(B) 120º 0.24% 0.27% -
XYZ 4.1 5.11 4.02 -
YUV 61.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 52 68 52 0.24 0 0.24 0.73 120 0.13 0.24
Hex 34 44 34 18 0 18 49 78 D 18
Octal 64 104 64 30 0 30 111 170 15 30
Binary 110100 1000100 110100 11000 0 11000 1001001 1111000 1101 11000

Color Harmonies of #344434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344434

Black with #344434

Text Example


Text Example

White with #344434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344434; }

 p { color: rgb(52,68,52); }

 H1.HeaderClassName
 {
   color: #344434;
 }
 .AnyTagClassName
 {
   color: #344434;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #344434;
 }
 .BgClassName
 {
   background-color: #344434;
 }
</style>

border-color css

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

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

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