#344438

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

Shades of Timber Green #344438

Tints of Timber Green #344438

Color information

#344438 (or 0x344438) is unknown color: approx Timber Green. HEX triplet: 34, 44 and 38. RGB value is (52,68,56). Sum of RGB (Red+Green+Blue) = 52+68+56=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #344438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344438 is #CBBBC7. Grayscale: #3D3D3D. Windows color (decimal): -13351880 or 3687476. OLE color: 3687476.

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

Color convert

RGB526856-
CMYK0.2400.180.73
HSL135º13.33%23.53%-
HSV(B)135º23.53%26.67%-
XYZ4.25.154.51-
YUV61.85124.7120.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=29.55%
G=38.64%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5268560.2400.180.7313513.3323.53
Hex344438180124987d18
Octal6410470300221112071530
Binary110100100010011100011000010010100100110000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344438; }

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

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

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

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

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

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

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

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