Html Css Color HEX #344635 Timber Green

📋 copy color: '#344635'

red 52 ◦ green 70 ◦ blue 53

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

Shades of Timber Green #344635

Tints of Timber Green #344635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.29%

R = 29.71%
G = 40%
B = 30.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#344635 (or 0x344635) is known color: Timber Green. HEX triplet: 34, 46 and 35. RGB value is (52,70,53). Sum of RGB (Red+Green+Blue) = 52+70+53=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #344635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344635 is #CBB9CA. Grayscale: #3E3E3E. Windows color (decimal): -13351371 or 3491380. OLE color: 3491380.

HSL color Cylindrical-coordinate representation of color #344635: hue angle of 123.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 #344635 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 53 -
CMYK 0.26 0 0.24 0.73
HSL 123.33º 0.15% 0.24% -
HSV(B) 123.33º 0.26% 0.27% -
XYZ 4.25 5.37 4.18 -
YUV 62.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 52 70 53 0.26 0 0.24 0.73 123.33 0.15 0.24
Hex 34 46 35 1A 0 18 49 7B F 18
Octal 64 106 65 32 0 30 111 173 17 30
Binary 110100 1000110 110101 11010 0 11000 1001001 1111011 1111 11000

Color Harmonies of #344635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344635

Black with #344635

Text Example


Text Example

White with #344635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344635; }

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

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

background-color css

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

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

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

border-color css

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

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

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