Html Css Color HEX #325F3D Hunter Green

📋 copy color: '#325F3D'

red 50 ◦ green 95 ◦ blue 61

#325F3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #325F3D

Tints of Hunter Green #325F3D

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 value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#325F3D (or 0x325F3D) is known color: 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

RGB 50 95 61 -
CMYK 0.47 0 0.36 0.63
HSL 134.67º 0.31% 0.28% -
HSV(B) 134.67º 0.47% 0.37% -
XYZ 6.25 9.2 5.86 -
YUV 77.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 50 95 61 0.47 0 0.36 0.63 134.67 0.31 0.28
Hex 32 5F 3D 2F 0 24 3F 87 1F 1C
Octal 62 137 75 57 0 44 77 207 37 34
Binary 110010 1011111 111101 101111 0 100100 111111 10000111 11111 11100

Color Harmonies of #325F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F3D

Black with #325F3D

Text Example


Text Example

White with #325F3D

Text Example


Text Example

HTML Codes & Css Web 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>