Html Css Color HEX #344037 Timber Green

📋 copy color: '#344037'

red 52 ◦ green 64 ◦ blue 55

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

Shades of Timber Green #344037

Tints of Timber Green #344037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 30.41%
G = 37.43%
B = 32.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#344037 (or 0x344037) is known color: Timber Green. HEX triplet: 34, 40 and 37. RGB value is (52,64,55). Sum of RGB (Red+Green+Blue) = 52+64+55=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #344037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344037 is #CBBFC8. Grayscale: #3B3B3B. Windows color (decimal): -13352905 or 3620916. OLE color: 3620916.

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

Color convert

RGB 52 64 55 -
CMYK 0.19 0 0.14 0.75
HSL 135º 0.1% 0.23% -
HSV(B) 135º 0.19% 0.25% -
XYZ 3.94 4.67 4.31 -
YUV 59.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 52 64 55 0.19 0 0.14 0.75 135 0.1 0.23
Hex 34 40 37 13 0 E 4B 87 A 17
Octal 64 100 67 23 0 16 113 207 12 27
Binary 110100 1000000 110111 10011 0 1110 1001011 10000111 1010 10111

Color Harmonies of #344037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344037

Black with #344037

Text Example


Text Example

White with #344037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344037; }

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

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

background-color css

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

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

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

border-color css

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

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

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