#334D38

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

Shades of Timber Green #334D38

Tints of Timber Green #334D38

Color information

#334D38 (or 0x334D38) is unknown color: approx Timber Green. HEX triplet: 33, 4D and 38. RGB value is (51,77,56). Sum of RGB (Red+Green+Blue) = 51+77+56=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #334D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334D38 is #CCB2C7. Grayscale: #424242. Windows color (decimal): -13415112 or 3689779. OLE color: 3689779.

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

Color convert

RGB517756-
CMYK0.3400.270.70
HSL131.54º20.31%25.1%-
HSV(B)131.54º33.77%30.2%-
XYZ4.736.34.71-
YUV66.83121.89116.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=27.72%
G=41.85%
B=30.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5177560.3400.270.70131.5420.3125.1
Hex334D382201B46841419
Octal6311570420331062042431
Binary11001110011011110001000100110111000110100001001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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