Html Css Color HEX #328471 Genoa

📋 copy color: '#328471'

red 50 ◦ green 132 ◦ blue 113

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

Shades of Genoa #328471

Tints of Genoa #328471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

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

R = 16.95%
G = 44.75%
B = 38.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#328471 (or 0x328471) is known color: Genoa. HEX triplet: 32, 84 and 71. RGB value is (50,132,113). Sum of RGB (Red+Green+Blue) = 50+132+113=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #328471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328471 is #CD7B8E. Grayscale: #696969. Windows color (decimal): -13466511 or 7439410. OLE color: 7439410.

HSL color Cylindrical-coordinate representation of color #328471: hue angle of 166.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328471 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 113 -
CMYK 0.62 0 0.14 0.48
HSL 166.1º 0.45% 0.36% -
HSV(B) 166.1º 0.62% 0.52% -
XYZ 12.55 18.37 18.51 -
YUV 105.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 50 132 113 0.62 0 0.14 0.48 166.1 0.45 0.36
Hex 32 84 71 3E 0 E 30 A6 2D 24
Octal 62 204 161 76 0 16 60 246 55 44
Binary 110010 10000100 1110001 111110 0 1110 110000 10100110 101101 100100

Color Harmonies of #328471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328471

Black with #328471

Text Example


Text Example

White with #328471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328471; }

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

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

background-color css

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

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

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

border-color css

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

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

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