#344B38

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

Shades of Timber Green #344B38

Tints of Timber Green #344B38

Color information

#344B38 (or 0x344B38) is unknown color: approx Timber Green. HEX triplet: 34, 4B and 38. RGB value is (52,75,56). Sum of RGB (Red+Green+Blue) = 52+75+56=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #344B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B38 is #CBB4C7. Grayscale: #424242. Windows color (decimal): -13350088 or 3689268. OLE color: 3689268.

HSL color Cylindrical-coordinate representation of color #344B38: hue angle of 130.43º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344B38 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB527556-
CMYK0.3100.250.71
HSL130.43º18.11%24.9%-
HSV(B)130.43º30.67%29.41%-
XYZ4.656.054.66-
YUV65.96122.38118.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 75 (29.69% from 255) = 40.98%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=28.42%
G=40.98%
B=30.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275560.3100.250.71130.4318.1124.9
Hex344B381F01947821219
Octal6411370370311072022231
Binary1101001001011111000111110110011000111100000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344B38; }

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

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

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

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

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

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

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

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