Html Css Color HEX #326A40 Hunter Green

📋 copy color: '#326A40'

red 50 ◦ green 106 ◦ blue 64

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

Shades of Hunter Green #326A40

Tints of Hunter Green #326A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.18%

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

R = 22.73%
G = 48.18%
B = 29.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#326A40 (or 0x326A40) is known color: Hunter Green. HEX triplet: 32, 6A and 40. RGB value is (50,106,64). Sum of RGB (Red+Green+Blue) = 50+106+64=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #326A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A40 is #CD95BF. Grayscale: #545454. Windows color (decimal): -13473216 or 4221490. OLE color: 4221490.

HSL color Cylindrical-coordinate representation of color #326A40: hue angle of 135º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A40 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 106 64 -
CMYK 0.53 0 0.40 0.58
HSL 135º 0.36% 0.31% -
HSV(B) 135º 0.53% 0.42% -
XYZ 7.39 11.36 6.65 -
YUV 84.47 116.45 103.42 -
System Red Green Blue C M Y K H S L
Decimal 50 106 64 0.53 0 0.40 0.58 135 0.36 0.31
Hex 32 6A 40 35 0 28 3A 87 24 1F
Octal 62 152 100 65 0 50 72 207 44 37
Binary 110010 1101010 1000000 110101 0 101000 111010 10000111 100100 11111

Color Harmonies of #326A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A40

Black with #326A40

Text Example


Text Example

White with #326A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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