#343F38

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

Shades of Timber Green #343F38

Tints of Timber Green #343F38

Color information

#343F38 (or 0x343F38) is unknown color: approx Timber Green. HEX triplet: 34, 3F and 38. RGB value is (52,63,56). Sum of RGB (Red+Green+Blue) = 52+63+56=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 63 - color contains mainly: green. Hex color #343F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F38 is #CBC0C7. Grayscale: #3A3A3A. Windows color (decimal): -13353160 or 3686196. OLE color: 3686196.

HSL color Cylindrical-coordinate representation of color #343F38: hue angle of 141.82º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343F38 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB526356-
CMYK0.1700.110.75
HSL141.82º9.57%22.55%-
HSV(B)141.82º17.46%24.71%-
XYZ3.914.574.42-
YUV58.91126.36123.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=30.41%
G=36.84%
B=32.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263560.1700.110.75141.829.5722.55
Hex343F38110B4B8ea17
Octal647770210131132161227
Binary1101001111111110001000101011100101110001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F38; }

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

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

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

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

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

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

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

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