#324532

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

Shades of Timber Green #324532

Tints of Timber Green #324532

Color information

#324532 (or 0x324532) is unknown color: approx Timber Green. HEX triplet: 32, 45 and 32. RGB value is (50,69,50). Sum of RGB (Red+Green+Blue) = 50+69+50=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #324532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324532 is #CDBACD. Grayscale: #3D3D3D. Windows color (decimal): -13482702 or 3294514. OLE color: 3294514.

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

Color convert

RGB506950-
CMYK0.2800.280.73
HSL120º15.97%23.33%-
HSV(B)120º27.54%27.06%-
XYZ4.025.163.8-
YUV61.15121.71120.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 50 (19.92% from 255) = 29.59%
R=29.59%
G=40.83%
B=29.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5069500.2800.280.7312015.9723.33
Hex3245321C01C49781017
Octal6210562340341111702027
Binary110010100010111001011100011100100100111110001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324532; }

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

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

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

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

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

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

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

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