#324932

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

Shades of Timber Green #324932

Tints of Timber Green #324932

Color information

#324932 (or 0x324932) is unknown color: approx Timber Green. HEX triplet: 32, 49 and 32. RGB value is (50,73,50). Sum of RGB (Red+Green+Blue) = 50+73+50=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #324932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324932 is #CDB6CD. Grayscale: #3F3F3F. Windows color (decimal): -13481678 or 3295538. OLE color: 3295538.

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

Color convert

RGB507350-
CMYK0.3200.320.71
HSL120º18.7%24.12%-
HSV(B)120º31.51%28.63%-
XYZ4.275.673.89-
YUV63.5120.38118.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=28.90%
G=42.20%
B=28.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5073500.3200.320.7112018.724.12
Hex3249322002047781318
Octal6211162400401071702330
Binary11001010010011100101000000100000100011111110001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324932; }

 p { color: rgb(50,73,50); }

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

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

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

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

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

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

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