Html Css Color HEX #344638 Timber Green

📋 copy color: '#344638'

red 52 ◦ green 70 ◦ blue 56

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

Shades of Timber Green #344638

Tints of Timber Green #344638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

 BLUE value IS 56 (22.27% from 255) = 31.46%

R = 29.21%
G = 39.33%
B = 31.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#344638 (or 0x344638) is known color: Timber Green. HEX triplet: 34, 46 and 38. RGB value is (52,70,56). Sum of RGB (Red+Green+Blue) = 52+70+56=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #344638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344638 is #CBB9C7. Grayscale: #3F3F3F. Windows color (decimal): -13351368 or 3687988. OLE color: 3687988.

HSL color Cylindrical-coordinate representation of color #344638: hue angle of 133.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #344638 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 56 -
CMYK 0.26 0 0.20 0.73
HSL 133.33º 0.15% 0.24% -
HSV(B) 133.33º 0.26% 0.27% -
XYZ 4.32 5.4 4.56 -
YUV 63.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 52 70 56 0.26 0 0.20 0.73 133.33 0.15 0.24
Hex 34 46 38 1A 0 14 49 85 F 18
Octal 64 106 70 32 0 24 111 205 17 30
Binary 110100 1000110 111000 11010 0 10100 1001001 10000101 1111 11000

Color Harmonies of #344638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344638

Black with #344638

Text Example


Text Example

White with #344638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344638; }

 p { color: rgb(52,70,56); }

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

background-color css

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

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

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

border-color css

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

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

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