Html Css Color HEX #327142 Hunter Green

📋 copy color: '#327142'

red 50 ◦ green 113 ◦ blue 66

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

Shades of Hunter Green #327142

Tints of Hunter Green #327142

RGB

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

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

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

R = 21.83%
G = 49.34%
B = 28.82%

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

#327142 (or 0x327142) is known color: Hunter Green. HEX triplet: 32, 71 and 42. RGB value is (50,113,66). Sum of RGB (Red+Green+Blue) = 50+113+66=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #327142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327142 is #CD8EBD. Grayscale: #585858. Windows color (decimal): -13471422 or 4354354. OLE color: 4354354.

HSL color Cylindrical-coordinate representation of color #327142: hue angle of 135.24º 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 #327142 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 113 66 -
CMYK 0.56 0 0.42 0.56
HSL 135.24º 0.39% 0.32% -
HSV(B) 135.24º 0.56% 0.44% -
XYZ 8.2 12.88 7.21 -
YUV 88.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 50 113 66 0.56 0 0.42 0.56 135.24 0.39 0.32
Hex 32 71 42 38 0 2A 38 87 27 20
Octal 62 161 102 70 0 52 70 207 47 40
Binary 110010 1110001 1000010 111000 0 101010 111000 10000111 100111 100000

Color Harmonies of #327142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327142

Black with #327142

Text Example


Text Example

White with #327142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327142; }

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

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

background-color css

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

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

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

border-color css

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

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

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