#325C3C

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

Shades of Hunter Green #325C3C

Tints of Hunter Green #325C3C

Color information

#325C3C (or 0x325C3C) is unknown color: approx Hunter Green. HEX triplet: 32, 5C and 3C. RGB value is (50,92,60). Sum of RGB (Red+Green+Blue) = 50+92+60=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #325C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325C3C is #CDA3C3. Grayscale: #4B4B4B. Windows color (decimal): -13476804 or 3955762. OLE color: 3955762.

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

Color convert

RGB509260-
CMYK0.4600.350.64
HSL134.29º29.58%27.84%-
HSV(B)134.29º45.65%36.08%-
XYZ5.968.665.63-
YUV75.79119.09109.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 92 (36.33% from 255) = 45.54%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=24.75%
G=45.54%
B=29.70%

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
Decimal5092600.4600.350.64134.2929.5827.84
Hex325C3C2E02340861e1c
Octal6213474560431002063634
Binary110010101110011110010111001000111000000100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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