Html Css Color HEX #327964 Genoa

📋 copy color: '#327964'

red 50 ◦ green 121 ◦ blue 100

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

Shades of Genoa #327964

Tints of Genoa #327964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.9%

R = 18.45%
G = 44.65%
B = 36.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#327964 (or 0x327964) is known color: Genoa. HEX triplet: 32, 79 and 64. RGB value is (50,121,100). Sum of RGB (Red+Green+Blue) = 50+121+100=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #327964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327964 is #CD869B. Grayscale: #616161. Windows color (decimal): -13469340 or 6584626. OLE color: 6584626.

HSL color Cylindrical-coordinate representation of color #327964: hue angle of 162.25º 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 #327964 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 100 -
CMYK 0.59 0 0.17 0.53
HSL 162.25º 0.42% 0.34% -
HSV(B) 162.25º 0.59% 0.47% -
XYZ 10.45 15.27 14.45 -
YUV 97.38 129.48 94.21 -
System Red Green Blue C M Y K H S L
Decimal 50 121 100 0.59 0 0.17 0.53 162.25 0.42 0.34
Hex 32 79 64 3B 0 11 35 A2 2A 22
Octal 62 171 144 73 0 21 65 242 52 42
Binary 110010 1111001 1100100 111011 0 10001 110101 10100010 101010 100010

Color Harmonies of #327964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327964

Black with #327964

Text Example


Text Example

White with #327964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327964; }

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

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

background-color css

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

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

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

border-color css

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

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

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