#329534

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

Shades of Forest Green #329534

Tints of Forest Green #329534

Color information

#329534 (or 0x329534) is unknown color: approx Forest Green. HEX triplet: 32, 95 and 34. RGB value is (50,149,52). Sum of RGB (Red+Green+Blue) = 50+149+52=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #329534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329534 is #CD6ACB. Grayscale: #6C6C6C. Windows color (decimal): -13462220 or 3446066. OLE color: 3446066.

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

Color convert

RGB5014952-
CMYK0.6600.650.42
HSL121.21º49.75%39.02%-
HSV(B)121.21º66.44%58.43%-
XYZ12.6822.426.91-
YUV108.3496.286.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=19.92%
G=59.36%
B=20.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149520.6600.650.42121.2149.7539.02
Hex329534420412A793227
Octal62225641020101521716247
Binary110010100101011101001000010010000011010101111001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329534; }

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

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

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

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

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

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

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

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