Html Css Color HEX #325D3A Hunter Green

📋 copy color: '#325D3A'

red 50 ◦ green 93 ◦ blue 58

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

Shades of Hunter Green #325D3A

Tints of Hunter Green #325D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.27%

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

R = 24.88%
G = 46.27%
B = 28.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#325D3A (or 0x325D3A) is known color: Hunter Green. HEX triplet: 32, 5D and 3A. RGB value is (50,93,58). Sum of RGB (Red+Green+Blue) = 50+93+58=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #325D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325D3A is #CDA2C5. Grayscale: #4C4C4C. Windows color (decimal): -13476550 or 3824946. OLE color: 3824946.

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

Color convert

RGB 50 93 58 -
CMYK 0.46 0 0.38 0.64
HSL 131.16º 0.3% 0.28% -
HSV(B) 131.16º 0.46% 0.36% -
XYZ 5.99 8.81 5.39 -
YUV 76.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 50 93 58 0.46 0 0.38 0.64 131.16 0.3 0.28
Hex 32 5D 3A 2E 0 26 40 83 1E 1C
Octal 62 135 72 56 0 46 100 203 36 34
Binary 110010 1011101 111010 101110 0 100110 1000000 10000011 11110 11100

Color Harmonies of #325D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D3A

Black with #325D3A

Text Example


Text Example

White with #325D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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