Html Css Color HEX #344934 Timber Green

📋 copy color: '#344934'

red 52 ◦ green 73 ◦ blue 52

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

Shades of Timber Green #344934

Tints of Timber Green #344934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.24%

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

R = 29.38%
G = 41.24%
B = 29.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#344934 (or 0x344934) is known color: Timber Green. HEX triplet: 34, 49 and 34. RGB value is (52,73,52). Sum of RGB (Red+Green+Blue) = 52+73+52=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #344934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344934 is #CBB6CB. Grayscale: #404040. Windows color (decimal): -13350604 or 3426612. OLE color: 3426612.

HSL color Cylindrical-coordinate representation of color #344934: hue angle of 120º 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 #344934 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 52 -
CMYK 0.29 0 0.29 0.71
HSL 120º 0.17% 0.25% -
HSV(B) 120º 0.29% 0.29% -
XYZ 4.42 5.74 4.12 -
YUV 64.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 52 73 52 0.29 0 0.29 0.71 120 0.17 0.25
Hex 34 49 34 1D 0 1D 47 78 11 19
Octal 64 111 64 35 0 35 107 170 21 31
Binary 110100 1001001 110100 11101 0 11101 1000111 1111000 10001 11001

Color Harmonies of #344934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344934

Black with #344934

Text Example


Text Example

White with #344934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344934; }

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

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

background-color css

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

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

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

border-color css

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

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

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