Html Css Color HEX #326A41 Hunter Green

📋 copy color: '#326A41'

red 50 ◦ green 106 ◦ blue 65

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

Shades of Hunter Green #326A41

Tints of Hunter Green #326A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 22.62%
G = 47.96%
B = 29.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#326A41 (or 0x326A41) is known color: Hunter Green. HEX triplet: 32, 6A and 41. RGB value is (50,106,65). Sum of RGB (Red+Green+Blue) = 50+106+65=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #326A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A41 is #CD95BE. Grayscale: #545454. Windows color (decimal): -13473215 or 4287026. OLE color: 4287026.

HSL color Cylindrical-coordinate representation of color #326A41: hue angle of 136.07º 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 #326A41 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 106 65 -
CMYK 0.53 0 0.39 0.58
HSL 136.07º 0.36% 0.31% -
HSV(B) 136.07º 0.53% 0.42% -
XYZ 7.42 11.37 6.8 -
YUV 84.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 50 106 65 0.53 0 0.39 0.58 136.07 0.36 0.31
Hex 32 6A 41 35 0 27 3A 88 24 1F
Octal 62 152 101 65 0 47 72 210 44 37
Binary 110010 1101010 1000001 110101 0 100111 111010 10001000 100100 11111

Color Harmonies of #326A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326A41

Black with #326A41

Text Example


Text Example

White with #326A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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