Html Css Color HEX #326441 Hunter Green

📋 copy color: '#326441'

red 50 ◦ green 100 ◦ blue 65

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

Shades of Hunter Green #326441

Tints of Hunter Green #326441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

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

R = 23.26%
G = 46.51%
B = 30.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#326441 (or 0x326441) is known color: Hunter Green. HEX triplet: 32, 64 and 41. RGB value is (50,100,65). Sum of RGB (Red+Green+Blue) = 50+100+65=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #326441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326441 is #CD9BBE. Grayscale: #515151. Windows color (decimal): -13474751 or 4285490. OLE color: 4285490.

HSL color Cylindrical-coordinate representation of color #326441: hue angle of 138º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326441 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 100 65 -
CMYK 0.50 0 0.35 0.61
HSL 138º 0.33% 0.29% -
HSV(B) 138º 0.5% 0.39% -
XYZ 6.83 10.17 6.61 -
YUV 81.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 50 100 65 0.50 0 0.35 0.61 138 0.33 0.29
Hex 32 64 41 32 0 23 3D 8A 21 1D
Octal 62 144 101 62 0 43 75 212 41 35
Binary 110010 1100100 1000001 110010 0 100011 111101 10001010 100001 11101

Color Harmonies of #326441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326441

Black with #326441

Text Example


Text Example

White with #326441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326441; }

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

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

background-color css

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

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

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

border-color css

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

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

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