Html Css Color HEX #344137 Timber Green

📋 copy color: '#344137'

red 52 ◦ green 65 ◦ blue 55

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

Shades of Timber Green #344137

Tints of Timber Green #344137

RGB

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

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

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

R = 30.23%
G = 37.79%
B = 31.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#344137 (or 0x344137) is known color: Timber Green. HEX triplet: 34, 41 and 37. RGB value is (52,65,55). Sum of RGB (Red+Green+Blue) = 52+65+55=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 65 - color contains mainly: green. Hex color #344137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344137 is #CBBEC8. Grayscale: #3C3C3C. Windows color (decimal): -13352649 or 3621172. OLE color: 3621172.

HSL color Cylindrical-coordinate representation of color #344137: hue angle of 133.85º 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 #344137 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 55 -
CMYK 0.20 0 0.15 0.75
HSL 133.85º 0.11% 0.23% -
HSV(B) 133.85º 0.2% 0.25% -
XYZ 4 4.79 4.33 -
YUV 59.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 52 65 55 0.20 0 0.15 0.75 133.85 0.11 0.23
Hex 34 41 37 14 0 F 4B 86 B 17
Octal 64 101 67 24 0 17 113 206 13 27
Binary 110100 1000001 110111 10100 0 1111 1001011 10000110 1011 10111

Color Harmonies of #344137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344137

Black with #344137

Text Example


Text Example

White with #344137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344137; }

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

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

background-color css

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

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

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

border-color css

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

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

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