#334C38

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

Shades of Timber Green #334C38

Tints of Timber Green #334C38

Color information

#334C38 (or 0x334C38) is unknown color: approx Timber Green. HEX triplet: 33, 4C and 38. RGB value is (51,76,56). Sum of RGB (Red+Green+Blue) = 51+76+56=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 76 - color contains mainly: green. Hex color #334C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334C38 is #CCB3C7. Grayscale: #424242. Windows color (decimal): -13415368 or 3689523. OLE color: 3689523.

HSL color Cylindrical-coordinate representation of color #334C38: hue angle of 132º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #334C38 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.

Color convert

RGB517656-
CMYK0.3300.260.70
HSL132º19.69%24.9%-
HSV(B)132º32.89%29.8%-
XYZ4.666.164.68-
YUV66.24122.22117.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 76 (30.08% from 255) = 41.53%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=27.87%
G=41.53%
B=30.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5176560.3300.260.7013219.6924.9
Hex334C382101A46841419
Octal6311470410321062042431
Binary11001110011001110001000010110101000110100001001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334C38; }

 p { color: rgb(51,76,56); }

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

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

 a { background-color: rgb(51,76,56); }

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

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

 span { border-color: rgb(51,76,56); }

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