Html Css Color HEX #327141 Hunter Green

📋 copy color: '#327141'

red 50 ◦ green 113 ◦ blue 65

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

Shades of Hunter Green #327141

Tints of Hunter Green #327141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 21.93%
G = 49.56%
B = 28.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#327141 (or 0x327141) is known color: Hunter Green. HEX triplet: 32, 71 and 41. RGB value is (50,113,65). Sum of RGB (Red+Green+Blue) = 50+113+65=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #327141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327141 is #CD8EBE. Grayscale: #585858. Windows color (decimal): -13471423 or 4288818. OLE color: 4288818.

HSL color Cylindrical-coordinate representation of color #327141: hue angle of 134.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327141 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 65 -
CMYK 0.56 0 0.42 0.56
HSL 134.29º 0.39% 0.32% -
HSV(B) 134.29º 0.56% 0.44% -
XYZ 8.17 12.87 7.05 -
YUV 88.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 50 113 65 0.56 0 0.42 0.56 134.29 0.39 0.32
Hex 32 71 41 38 0 2A 38 86 27 20
Octal 62 161 101 70 0 52 70 206 47 40
Binary 110010 1110001 1000001 111000 0 101010 111000 10000110 100111 100000

Color Harmonies of #327141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327141

Black with #327141

Text Example


Text Example

White with #327141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327141; }

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

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

background-color css

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

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

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

border-color css

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

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

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