Html Css Color HEX #344534 Timber Green

📋 copy color: '#344534'

red 52 ◦ green 69 ◦ blue 52

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

Shades of Timber Green #344534

Tints of Timber Green #344534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

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

R = 30.06%
G = 39.88%
B = 30.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#344534 (or 0x344534) is known color: Timber Green. HEX triplet: 34, 45 and 34. RGB value is (52,69,52). Sum of RGB (Red+Green+Blue) = 52+69+52=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #344534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344534 is #CBBACB. Grayscale: #3E3E3E. Windows color (decimal): -13351628 or 3425588. OLE color: 3425588.

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

Color convert

RGB 52 69 52 -
CMYK 0.25 0 0.25 0.73
HSL 120º 0.14% 0.24% -
HSV(B) 120º 0.25% 0.27% -
XYZ 4.16 5.23 4.04 -
YUV 61.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 52 69 52 0.25 0 0.25 0.73 120 0.14 0.24
Hex 34 45 34 19 0 19 49 78 E 18
Octal 64 105 64 31 0 31 111 170 16 30
Binary 110100 1000101 110100 11001 0 11001 1001001 1111000 1110 11000

Color Harmonies of #344534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344534

Black with #344534

Text Example


Text Example

White with #344534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344534; }

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

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

background-color css

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

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

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

border-color css

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

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

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