Html Css Color HEX #326140 Hunter Green

📋 copy color: '#326140'

red 50 ◦ green 97 ◦ blue 64

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

Shades of Hunter Green #326140

Tints of Hunter Green #326140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.97%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 23.7%
G = 45.97%
B = 30.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#326140 (or 0x326140) is known color: Hunter Green. HEX triplet: 32, 61 and 40. RGB value is (50,97,64). Sum of RGB (Red+Green+Blue) = 50+97+64=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #326140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326140 is #CD9EBF. Grayscale: #4F4F4F. Windows color (decimal): -13475520 or 4219186. OLE color: 4219186.

HSL color Cylindrical-coordinate representation of color #326140: hue angle of 137.87º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326140 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 64 -
CMYK 0.48 0 0.34 0.62
HSL 137.87º 0.32% 0.29% -
HSV(B) 137.87º 0.48% 0.38% -
XYZ 6.52 9.6 6.36 -
YUV 79.19 119.43 107.18 -
System Red Green Blue C M Y K H S L
Decimal 50 97 64 0.48 0 0.34 0.62 137.87 0.32 0.29
Hex 32 61 40 30 0 22 3E 8A 20 1D
Octal 62 141 100 60 0 42 76 212 40 35
Binary 110010 1100001 1000000 110000 0 100010 111110 10001010 100000 11101

Color Harmonies of #326140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326140

Black with #326140

Text Example


Text Example

White with #326140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326140; }

 p { color: rgb(50,97,64); }

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

background-color css

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

 a { background-color: rgb(50,97,64); }

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

border-color css

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

 span { border-color: rgb(50,97,64); }

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