Html Css Color HEX #344237 Timber Green

📋 copy color: '#344237'

red 52 ◦ green 66 ◦ blue 55

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

Shades of Timber Green #344237

Tints of Timber Green #344237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.15%

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

R = 30.06%
G = 38.15%
B = 31.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#344237 (or 0x344237) is known color: Timber Green. HEX triplet: 34, 42 and 37. RGB value is (52,66,55). Sum of RGB (Red+Green+Blue) = 52+66+55=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #344237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344237 is #CBBDC8. Grayscale: #3C3C3C. Windows color (decimal): -13352393 or 3621428. OLE color: 3621428.

HSL color Cylindrical-coordinate representation of color #344237: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #344237 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 55 -
CMYK 0.21 0 0.17 0.74
HSL 132.86º 0.12% 0.23% -
HSV(B) 132.86º 0.21% 0.26% -
XYZ 4.05 4.9 4.35 -
YUV 60.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 52 66 55 0.21 0 0.17 0.74 132.86 0.12 0.23
Hex 34 42 37 15 0 11 4A 85 C 17
Octal 64 102 67 25 0 21 112 205 14 27
Binary 110100 1000010 110111 10101 0 10001 1001010 10000101 1100 10111

Color Harmonies of #344237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344237

Black with #344237

Text Example


Text Example

White with #344237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344237; }

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

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

background-color css

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

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

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

border-color css

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

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

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