#325E3D

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

Shades of Hunter Green #325E3D

Tints of Hunter Green #325E3D

Color information

#325E3D (or 0x325E3D) is unknown color: approx Hunter Green. HEX triplet: 32, 5E and 3D. RGB value is (50,94,61). Sum of RGB (Red+Green+Blue) = 50+94+61=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 94 - color contains mainly: green. Hex color #325E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325E3D is #CDA1C2. Grayscale: #4D4D4D. Windows color (decimal): -13476291 or 4021810. OLE color: 4021810.

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

Color convert

RGB509461-
CMYK0.4700.350.63
HSL135º30.56%28.24%-
HSV(B)135º46.81%36.86%-
XYZ6.169.025.83-
YUV77.08118.92108.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=24.39%
G=45.85%
B=29.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5094610.4700.350.6313530.5628.24
Hex325E3D2F0233F871f1c
Octal621367557043772073734
Binary11001010111101111011011110100011111111100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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