#344538

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

Shades of Timber Green #344538

Tints of Timber Green #344538

Color information

#344538 (or 0x344538) is unknown color: approx Timber Green. HEX triplet: 34, 45 and 38. RGB value is (52,69,56). Sum of RGB (Red+Green+Blue) = 52+69+56=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #344538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344538 is #CBBAC7. Grayscale: #3E3E3E. Windows color (decimal): -13351624 or 3687732. OLE color: 3687732.

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

Color convert

RGB526956-
CMYK0.2500.190.73
HSL134.12º14.05%23.73%-
HSV(B)134.12º24.64%27.06%-
XYZ4.265.274.53-
YUV62.44124.37120.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=29.38%
G=38.98%
B=31.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269560.2500.190.73134.1214.0523.73
Hex344538190134986e18
Octal6410570310231112061630
Binary110100100010111100011001010011100100110000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344538; }

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

 H1.HeaderClassName
 {
   color: #344538;
 }
 .AnyTagClassName
 {
   color: #344538;
 }
</style>
background-color css

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

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

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

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

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

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