#324032

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

Shades of Timber Green #324032

Tints of Timber Green #324032

Color information

#324032 (or 0x324032) is unknown color: approx Timber Green. HEX triplet: 32, 40 and 32. RGB value is (50,64,50). Sum of RGB (Red+Green+Blue) = 50+64+50=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #324032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324032 is #CDBFCD. Grayscale: #3A3A3A. Windows color (decimal): -13483982 or 3293234. OLE color: 3293234.

HSL color Cylindrical-coordinate representation of color #324032: hue angle of 120º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #324032 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB506450-
CMYK0.2200.220.75
HSL120º12.28%22.35%-
HSV(B)120º21.88%25.1%-
XYZ3.724.583.7-
YUV58.22123.36122.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=30.49%
G=39.02%
B=30.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064500.2200.220.7512012.2822.35
Hex324032160164B78c16
Octal6210062260261131701426
Binary11001010000001100101011001011010010111111000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324032; }

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

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

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

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

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

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

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

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