Html Css Color HEX #327042 Hunter Green

📋 copy color: '#327042'

red 50 ◦ green 112 ◦ blue 66

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

Shades of Hunter Green #327042

Tints of Hunter Green #327042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 21.93%
G = 49.12%
B = 28.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#327042 (or 0x327042) is known color: Hunter Green. HEX triplet: 32, 70 and 42. RGB value is (50,112,66). Sum of RGB (Red+Green+Blue) = 50+112+66=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #327042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327042 is #CD8FBD. Grayscale: #585858. Windows color (decimal): -13471678 or 4354098. OLE color: 4354098.

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

Color convert

RGB 50 112 66 -
CMYK 0.55 0 0.41 0.56
HSL 135.48º 0.38% 0.32% -
HSV(B) 135.48º 0.55% 0.44% -
XYZ 8.09 12.66 7.17 -
YUV 88.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 50 112 66 0.55 0 0.41 0.56 135.48 0.38 0.32
Hex 32 70 42 37 0 29 38 87 26 20
Octal 62 160 102 67 0 51 70 207 46 40
Binary 110010 1110000 1000010 110111 0 101001 111000 10000111 100110 100000

Color Harmonies of #327042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327042

Black with #327042

Text Example


Text Example

White with #327042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327042; }

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

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

background-color css

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

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

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

border-color css

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

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

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