Html Css Color HEX #326340 Hunter Green

📋 copy color: '#326340'

red 50 ◦ green 99 ◦ blue 64

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

Shades of Hunter Green #326340

Tints of Hunter Green #326340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

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

R = 23.47%
G = 46.48%
B = 30.05%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#326340 (or 0x326340) is known color: Hunter Green. HEX triplet: 32, 63 and 40. RGB value is (50,99,64). Sum of RGB (Red+Green+Blue) = 50+99+64=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #326340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326340 is #CD9CBF. Grayscale: #505050. Windows color (decimal): -13475008 or 4219698. OLE color: 4219698.

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

Color convert

RGB 50 99 64 -
CMYK 0.49 0 0.35 0.61
HSL 137.14º 0.33% 0.29% -
HSV(B) 137.14º 0.49% 0.39% -
XYZ 6.7 9.97 6.42 -
YUV 80.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 50 99 64 0.49 0 0.35 0.61 137.14 0.33 0.29
Hex 32 63 40 31 0 23 3D 89 21 1D
Octal 62 143 100 61 0 43 75 211 41 35
Binary 110010 1100011 1000000 110001 0 100011 111101 10001001 100001 11101

Color Harmonies of #326340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326340

Black with #326340

Text Example


Text Example

White with #326340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326340; }

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

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

background-color css

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

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

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

border-color css

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

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

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