Html Css Color HEX #344134 Timber Green

📋 copy color: '#344134'

red 52 ◦ green 65 ◦ blue 52

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

Shades of Timber Green #344134

Tints of Timber Green #344134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.46%

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

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#344134 (or 0x344134) is known color: Timber Green. HEX triplet: 34, 41 and 34. RGB value is (52,65,52). Sum of RGB (Red+Green+Blue) = 52+65+52=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 65 - color contains mainly: green. Hex color #344134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344134 is #CBBECB. Grayscale: #3B3B3B. Windows color (decimal): -13352652 or 3424564. OLE color: 3424564.

HSL color Cylindrical-coordinate representation of color #344134: hue angle of 120º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344134 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 52 -
CMYK 0.20 0 0.20 0.75
HSL 120º 0.11% 0.23% -
HSV(B) 120º 0.2% 0.25% -
XYZ 3.93 4.76 3.96 -
YUV 59.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 52 65 52 0.20 0 0.20 0.75 120 0.11 0.23
Hex 34 41 34 14 0 14 4B 78 B 17
Octal 64 101 64 24 0 24 113 170 13 27
Binary 110100 1000001 110100 10100 0 10100 1001011 1111000 1011 10111

Color Harmonies of #344134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344134

Black with #344134

Text Example


Text Example

White with #344134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344134; }

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

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

background-color css

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

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

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

border-color css

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

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

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