#334638

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

Shades of Timber Green #334638

Tints of Timber Green #334638

Color information

#334638 (or 0x334638) is unknown color: approx Timber Green. HEX triplet: 33, 46 and 38. RGB value is (51,70,56). Sum of RGB (Red+Green+Blue) = 51+70+56=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #334638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334638 is #CCB9C7. Grayscale: #3E3E3E. Windows color (decimal): -13416904 or 3687987. OLE color: 3687987.

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

Color convert

RGB517056-
CMYK0.2700.200.73
HSL135.79º15.7%23.73%-
HSV(B)135.79º27.14%27.45%-
XYZ4.275.374.55-
YUV62.72124.21119.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=28.81%
G=39.55%
B=31.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170560.2700.200.73135.7915.723.73
Hex3346381B01449881018
Octal6310670330241112102030
Binary1100111000110111000110110101001001001100010001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334638; }

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

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

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

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

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

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

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

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