Html Css Color HEX #327C71 Genoa

📋 copy color: '#327C71'

red 50 ◦ green 124 ◦ blue 113

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

Shades of Genoa #327C71

Tints of Genoa #327C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.21%

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 17.42%
G = 43.21%
B = 39.37%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#327C71 (or 0x327C71) is known color: Genoa. HEX triplet: 32, 7C and 71. RGB value is (50,124,113). Sum of RGB (Red+Green+Blue) = 50+124+113=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 124 - color contains mainly: green. Hex color #327C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C71 is #CD838E. Grayscale: #646464. Windows color (decimal): -13468559 or 7437362. OLE color: 7437362.

HSL color Cylindrical-coordinate representation of color #327C71: hue angle of 171.08º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327C71 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 113 -
CMYK 0.60 0 0.09 0.51
HSL 171.08º 0.43% 0.34% -
HSV(B) 171.08º 0.6% 0.49% -
XYZ 11.5 16.29 18.16 -
YUV 100.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 50 124 113 0.60 0 0.09 0.51 171.08 0.43 0.34
Hex 32 7C 71 3C 0 9 33 AB 2B 22
Octal 62 174 161 74 0 11 63 253 53 42
Binary 110010 1111100 1110001 111100 0 1001 110011 10101011 101011 100010

Color Harmonies of #327C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C71

Black with #327C71

Text Example


Text Example

White with #327C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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