#325F3C

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

Shades of Hunter Green #325F3C

Tints of Hunter Green #325F3C

Color information

#325F3C (or 0x325F3C) is unknown color: approx Hunter Green. HEX triplet: 32, 5F and 3C. RGB value is (50,95,60). Sum of RGB (Red+Green+Blue) = 50+95+60=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #325F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F3C is #CDA0C3. Grayscale: #4D4D4D. Windows color (decimal): -13476036 or 3956530. OLE color: 3956530.

HSL color Cylindrical-coordinate representation of color #325F3C: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F3C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.

Color convert

RGB509560-
CMYK0.4700.370.63
HSL133.33º31.03%28.43%-
HSV(B)133.33º47.37%37.25%-
XYZ6.229.195.72-
YUV77.55118.09108.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=24.39%
G=46.34%
B=29.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095600.4700.370.63133.3331.0328.43
Hex325F3C2F0253F851f1c
Octal621377457045772053734
Binary11001010111111111001011110100101111111100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,60); }

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

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

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

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

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

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

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