Html Css Color HEX #327242 Hunter Green

📋 copy color: '#327242'

red 50 ◦ green 114 ◦ blue 66

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

Shades of Hunter Green #327242

Tints of Hunter Green #327242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

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

R = 21.74%
G = 49.57%
B = 28.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#327242 (or 0x327242) is known color: Hunter Green. HEX triplet: 32, 72 and 42. RGB value is (50,114,66). Sum of RGB (Red+Green+Blue) = 50+114+66=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #327242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327242 is #CD8DBD. Grayscale: #595959. Windows color (decimal): -13471166 or 4354610. OLE color: 4354610.

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

Color convert

RGB 50 114 66 -
CMYK 0.56 0 0.42 0.55
HSL 135º 0.39% 0.32% -
HSV(B) 135º 0.56% 0.45% -
XYZ 8.32 13.11 7.25 -
YUV 89.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 50 114 66 0.56 0 0.42 0.55 135 0.39 0.32
Hex 32 72 42 38 0 2A 37 87 27 20
Octal 62 162 102 70 0 52 67 207 47 40
Binary 110010 1110010 1000010 111000 0 101010 110111 10000111 100111 100000

Color Harmonies of #327242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327242

Black with #327242

Text Example


Text Example

White with #327242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327242; }

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

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

background-color css

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

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

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

border-color css

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

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

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