#325D3B

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

Shades of Hunter Green #325D3B

Tints of Hunter Green #325D3B

Color information

#325D3B (or 0x325D3B) is unknown color: approx Hunter Green. HEX triplet: 32, 5D and 3B. RGB value is (50,93,59). Sum of RGB (Red+Green+Blue) = 50+93+59=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #325D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D3B is #CDA2C4. Grayscale: #4C4C4C. Windows color (decimal): -13476549 or 3890482. OLE color: 3890482.

HSL color Cylindrical-coordinate representation of color #325D3B: hue angle of 132.56º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D3B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB509359-
CMYK0.4600.370.64
HSL132.56º30.07%28.04%-
HSV(B)132.56º46.24%36.47%-
XYZ6.028.825.52-
YUV76.27118.25109.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 93 (36.72% from 255) = 46.04%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=24.75%
G=46.04%
B=29.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093590.4600.370.64132.5630.0728.04
Hex325D3B2E02540851e1c
Octal6213573560451002053634
Binary110010101110111101110111001001011000000100001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D3B; }

 p { color: rgb(50,93,59); }

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

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

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

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

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

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

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