#325F3B

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

Shades of Hunter Green #325F3B

Tints of Hunter Green #325F3B

Color information

#325F3B (or 0x325F3B) is unknown color: approx Hunter Green. HEX triplet: 32, 5F and 3B. RGB value is (50,95,59). Sum of RGB (Red+Green+Blue) = 50+95+59=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #325F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325F3B is #CDA0C4. Grayscale: #4D4D4D. Windows color (decimal): -13476037 or 3890994. OLE color: 3890994.

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

Color convert

RGB509559-
CMYK0.4700.380.63
HSL132º31.03%28.43%-
HSV(B)132º47.37%37.25%-
XYZ6.29.185.58-
YUV77.44117.59108.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.51%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 59 (23.44% from 255) = 28.92%
R=24.51%
G=46.57%
B=28.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095590.4700.380.6313231.0328.43
Hex325F3B2F0263F841f1c
Octal621377357046772043734
Binary11001010111111110111011110100110111111100001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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