#329524

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

Shades of Forest Green #329524

Tints of Forest Green #329524

Color information

#329524 (or 0x329524) is unknown color: approx Forest Green. HEX triplet: 32, 95 and 24. RGB value is (50,149,36). Sum of RGB (Red+Green+Blue) = 50+149+36=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #329524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329524 is #CD6ADB. Grayscale: #6A6A6A. Windows color (decimal): -13462236 or 2397490. OLE color: 2397490.

HSL color Cylindrical-coordinate representation of color #329524: hue angle of 112.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329524 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB5014936-
CMYK0.6600.760.42
HSL112.57º61.08%36.27%-
HSV(B)112.57º75.84%58.43%-
XYZ12.3822.35.32-
YUV106.5288.287.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=21.28%
G=63.40%
B=15.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149360.6600.760.42112.5761.0836.27
Hex3295244204C2A713d24
Octal62225441020114521617544
Binary110010100101011001001000010010011001010101110001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329524; }

 p { color: rgb(50,149,36); }

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

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

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

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

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

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

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