#334934

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

Shades of Timber Green #334934

Tints of Timber Green #334934

Color information

#334934 (or 0x334934) is unknown color: approx Timber Green. HEX triplet: 33, 49 and 34. RGB value is (51,73,52). Sum of RGB (Red+Green+Blue) = 51+73+52=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #334934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334934 is #CCB6CB. Grayscale: #404040. Windows color (decimal): -13416140 or 3426611. OLE color: 3426611.

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

Color convert

RGB517352-
CMYK0.3000.290.71
HSL122.73º17.74%24.31%-
HSV(B)122.73º30.14%28.63%-
XYZ4.375.724.12-
YUV64.03121.21118.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=28.98%
G=41.48%
B=29.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173520.3000.290.71122.7317.7424.31
Hex3349341E01D477b1218
Octal6311164360351071732230
Binary110011100100111010011110011101100011111110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334934; }

 p { color: rgb(51,73,52); }

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

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

 a { background-color: rgb(51,73,52); }

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

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

 span { border-color: rgb(51,73,52); }

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