#325F3D

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

Shades of Hunter Green #325F3D

Tints of Hunter Green #325F3D

Color information

#325F3D (or 0x325F3D) is unknown color: approx Hunter Green. HEX triplet: 32, 5F and 3D. RGB value is (50,95,61). Sum of RGB (Red+Green+Blue) = 50+95+61=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #325F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F3D is #CDA0C2. Grayscale: #4D4D4D. Windows color (decimal): -13476035 or 4022066. OLE color: 4022066.

HSL color Cylindrical-coordinate representation of color #325F3D: hue angle of 134.67º 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 #325F3D is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB509561-
CMYK0.4700.360.63
HSL134.67º31.03%28.43%-
HSV(B)134.67º47.37%37.25%-
XYZ6.259.25.86-
YUV77.67118.59108.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=24.27%
G=46.12%
B=29.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095610.4700.360.63134.6731.0328.43
Hex325F3D2F0243F871f1c
Octal621377557044772073734
Binary11001010111111111011011110100100111111100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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