Html Css Color HEX #326942 Hunter Green

📋 copy color: '#326942'

red 50 ◦ green 105 ◦ blue 66

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

Shades of Hunter Green #326942

Tints of Hunter Green #326942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 22.62%
G = 47.51%
B = 29.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#326942 (or 0x326942) is known color: Hunter Green. HEX triplet: 32, 69 and 42. RGB value is (50,105,66). Sum of RGB (Red+Green+Blue) = 50+105+66=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #326942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326942 is #CD96BD. Grayscale: #545454. Windows color (decimal): -13473470 or 4352306. OLE color: 4352306.

HSL color Cylindrical-coordinate representation of color #326942: hue angle of 137.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326942 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 105 66 -
CMYK 0.52 0 0.37 0.59
HSL 137.45º 0.35% 0.3% -
HSV(B) 137.45º 0.52% 0.41% -
XYZ 7.35 11.17 6.92 -
YUV 84.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 50 105 66 0.52 0 0.37 0.59 137.45 0.35 0.3
Hex 32 69 42 34 0 25 3B 89 23 1E
Octal 62 151 102 64 0 45 73 211 43 36
Binary 110010 1101001 1000010 110100 0 100101 111011 10001001 100011 11110

Color Harmonies of #326942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326942

Black with #326942

Text Example


Text Example

White with #326942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326942; }

 p { color: rgb(50,105,66); }

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

background-color css

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

 a { background-color: rgb(50,105,66); }

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

border-color css

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

 span { border-color: rgb(50,105,66); }

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