#344635

Color #344635 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #344635

Tints of Timber Green #344635

Color information

#344635 (or 0x344635) is unknown color: approx 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

RGB527053-
CMYK0.2600.240.73
HSL123.33º14.75%23.92%-
HSV(B)123.33º25.71%27.45%-
XYZ4.255.374.18-
YUV62.68122.54120.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5270530.2600.240.73123.3314.7523.92
Hex3446351A018497bf18
Octal6410665320301111731730
Binary11010010001101101011101001100010010011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>