Html Css Color HEX #326240 Hunter Green

📋 copy color: '#326240'

red 50 ◦ green 98 ◦ blue 64

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

Shades of Hunter Green #326240

Tints of Hunter Green #326240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

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

R = 23.58%
G = 46.23%
B = 30.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#326240 (or 0x326240) is known color: Hunter Green. HEX triplet: 32, 62 and 40. RGB value is (50,98,64). Sum of RGB (Red+Green+Blue) = 50+98+64=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #326240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326240 is #CD9DBF. Grayscale: #4F4F4F. Windows color (decimal): -13475264 or 4219442. OLE color: 4219442.

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

Color convert

RGB 50 98 64 -
CMYK 0.49 0 0.35 0.62
HSL 137.5º 0.32% 0.29% -
HSV(B) 137.5º 0.49% 0.38% -
XYZ 6.61 9.78 6.39 -
YUV 79.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 50 98 64 0.49 0 0.35 0.62 137.5 0.32 0.29
Hex 32 62 40 31 0 23 3E 8A 20 1D
Octal 62 142 100 61 0 43 76 212 40 35
Binary 110010 1100010 1000000 110001 0 100011 111110 10001010 100000 11101

Color Harmonies of #326240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326240

Black with #326240

Text Example


Text Example

White with #326240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326240; }

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

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

background-color css

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

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

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

border-color css

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

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

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