Html Css Color HEX #325B3B Hunter Green

📋 copy color: '#325B3B'

red 50 ◦ green 91 ◦ blue 59

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

Shades of Hunter Green #325B3B

Tints of Hunter Green #325B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 25%
G = 45.5%
B = 29.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#325B3B (or 0x325B3B) is known color: Hunter Green. HEX triplet: 32, 5B and 3B. RGB value is (50,91,59). Sum of RGB (Red+Green+Blue) = 50+91+59=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #325B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325B3B is #CDA4C4. Grayscale: #4B4B4B. Windows color (decimal): -13477061 or 3889970. OLE color: 3889970.

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

Color convert

RGB 50 91 59 -
CMYK 0.45 0 0.35 0.64
HSL 133.17º 0.29% 0.28% -
HSV(B) 133.17º 0.45% 0.36% -
XYZ 5.85 8.48 5.47 -
YUV 75.09 118.92 110.1 -
System Red Green Blue C M Y K H S L
Decimal 50 91 59 0.45 0 0.35 0.64 133.17 0.29 0.28
Hex 32 5B 3B 2D 0 23 40 85 1D 1C
Octal 62 133 73 55 0 43 100 205 35 34
Binary 110010 1011011 111011 101101 0 100011 1000000 10000101 11101 11100

Color Harmonies of #325B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325B3B

Black with #325B3B

Text Example


Text Example

White with #325B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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