Html Css Color HEX #344A37 Timber Green

📋 copy color: '#344A37'

red 52 ◦ green 74 ◦ blue 55

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

Shades of Timber Green #344A37

Tints of Timber Green #344A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.88%

 BLUE value IS 55 (21.88% from 255) = 30.39%

R = 28.73%
G = 40.88%
B = 30.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#344A37 (or 0x344A37) is known color: Timber Green. HEX triplet: 34, 4A and 37. RGB value is (52,74,55). Sum of RGB (Red+Green+Blue) = 52+74+55=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #344A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A37 is #CBB5C8. Grayscale: #414141. Windows color (decimal): -13350345 or 3623476. OLE color: 3623476.

HSL color Cylindrical-coordinate representation of color #344A37: hue angle of 128.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344A37 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 74 55 -
CMYK 0.30 0 0.26 0.71
HSL 128.18º 0.17% 0.25% -
HSV(B) 128.18º 0.3% 0.29% -
XYZ 4.55 5.9 4.51 -
YUV 65.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 52 74 55 0.30 0 0.26 0.71 128.18 0.17 0.25
Hex 34 4A 37 1E 0 1A 47 80 11 19
Octal 64 112 67 36 0 32 107 200 21 31
Binary 110100 1001010 110111 11110 0 11010 1000111 10000000 10001 11001

Color Harmonies of #344A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A37

Black with #344A37

Text Example


Text Example

White with #344A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344A37; }

 p { color: rgb(52,74,55); }

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

background-color css

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

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

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

border-color css

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

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

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