Html Css Color HEX #327961 Genoa

📋 copy color: '#327961'

red 50 ◦ green 121 ◦ blue 97

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

Shades of Genoa #327961

Tints of Genoa #327961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.15%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 18.66%
G = 45.15%
B = 36.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#327961 (or 0x327961) is known color: Genoa. HEX triplet: 32, 79 and 61. RGB value is (50,121,97). Sum of RGB (Red+Green+Blue) = 50+121+97=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 121 - color contains mainly: green. Hex color #327961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327961 is #CD869E. Grayscale: #616161. Windows color (decimal): -13469343 or 6388018. OLE color: 6388018.

HSL color Cylindrical-coordinate representation of color #327961: hue angle of 159.72º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327961 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 97 -
CMYK 0.59 0 0.20 0.53
HSL 159.72º 0.42% 0.34% -
HSV(B) 159.72º 0.59% 0.47% -
XYZ 10.31 15.22 13.7 -
YUV 97.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 50 121 97 0.59 0 0.20 0.53 159.72 0.42 0.34
Hex 32 79 61 3B 0 14 35 A0 2A 22
Octal 62 171 141 73 0 24 65 240 52 42
Binary 110010 1111001 1100001 111011 0 10100 110101 10100000 101010 100010

Color Harmonies of #327961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327961

Black with #327961

Text Example


Text Example

White with #327961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327961; }

 p { color: rgb(50,121,97); }

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

background-color css

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

 a { background-color: rgb(50,121,97); }

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

border-color css

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

 span { border-color: rgb(50,121,97); }

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