Html Css Color HEX #325B3A Hunter Green

📋 copy color: '#325B3A'

red 50 ◦ green 91 ◦ blue 58

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

Shades of Hunter Green #325B3A

Tints of Hunter Green #325B3A

RGB

 RED value IS 50 (19.92% from 255) = 25.13%

 GREEN value IS 91 (35.94% from 255) = 45.73%

 BLUE value IS 58 (23.05% from 255) = 29.15%

R = 25.13%
G = 45.73%
B = 29.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.64

RGB Variations

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

Color information

#325B3A (or 0x325B3A) is known color: Hunter Green. HEX triplet: 32, 5B and 3A. RGB value is (50,91,58). Sum of RGB (Red+Green+Blue) = 50+91+58=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #325B3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B3A is #CDA4C5. Grayscale: #4B4B4B. Windows color (decimal): -13477062 or 3824434. OLE color: 3824434.

HSL color Cylindrical-coordinate representation of color #325B3A: hue angle of 131.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #325B3A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 91 58 -
CMYK 0.45 0 0.36 0.64
HSL 131.71º 0.29% 0.28% -
HSV(B) 131.71º 0.45% 0.36% -
XYZ 5.82 8.47 5.33 -
YUV 74.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 50 91 58 0.45 0 0.36 0.64 131.71 0.29 0.28
Hex 32 5B 3A 2D 0 24 40 84 1D 1C
Octal 62 133 72 55 0 44 100 204 35 34
Binary 110010 1011011 111010 101101 0 100100 1000000 10000100 11101 11100

Color Harmonies of #325B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B3A

Black with #325B3A

Text Example


Text Example

White with #325B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,58); }

 H1.HeaderClassName
 {
   color: #325B3A;
 }
 .AnyTagClassName
 {
   color: #325B3A;
 }
</style>

background-color css

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

 a { background-color: rgb(50,91,58); }

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

border-color css

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

 span { border-color: rgb(50,91,58); }

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