#324A33

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

Shades of Timber Green #324A33

Tints of Timber Green #324A33

Color information

#324A33 (or 0x324A33) is unknown color: approx Timber Green. HEX triplet: 32, 4A and 33. RGB value is (50,74,51). Sum of RGB (Red+Green+Blue) = 50+74+51=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #324A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A33 is #CDB5CC. Grayscale: #404040. Windows color (decimal): -13481421 or 3361330. OLE color: 3361330.

HSL color Cylindrical-coordinate representation of color #324A33: hue angle of 122.5º 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 #324A33 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB507451-
CMYK0.3200.310.71
HSL122.5º19.35%24.31%-
HSV(B)122.5º32.43%29.02%-
XYZ4.365.814.02-
YUV64.2120.55117.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=28.57%
G=42.29%
B=29.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074510.3200.310.71122.519.3524.31
Hex324A332001F477a1318
Octal6211263400371071722330
Binary1100101001010110011100000011111100011111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324A33; }

 p { color: rgb(50,74,51); }

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

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

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

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

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

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

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