#325D3C

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

Shades of Hunter Green #325D3C

Tints of Hunter Green #325D3C

Color information

#325D3C (or 0x325D3C) is unknown color: approx Hunter Green. HEX triplet: 32, 5D and 3C. RGB value is (50,93,60). Sum of RGB (Red+Green+Blue) = 50+93+60=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #325D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D3C is #CDA2C3. Grayscale: #4C4C4C. Windows color (decimal): -13476548 or 3956018. OLE color: 3956018.

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

Color convert

RGB509360-
CMYK0.4600.350.64
HSL133.95º30.07%28.04%-
HSV(B)133.95º46.24%36.47%-
XYZ6.058.835.66-
YUV76.38118.75109.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 93 (36.72% from 255) = 45.81%
BLUE value IS 60 (23.83% from 255) = 29.56%
R=24.63%
G=45.81%
B=29.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093600.4600.350.64133.9530.0728.04
Hex325D3C2E02340861e1c
Octal6213574560431002063634
Binary110010101110111110010111001000111000000100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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