Html Css Color HEX #328477 Genoa

📋 copy color: '#328477'

red 50 ◦ green 132 ◦ blue 119

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

Shades of Genoa #328477

Tints of Genoa #328477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 16.61%
G = 43.85%
B = 39.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#328477 (or 0x328477) is known color: Genoa. HEX triplet: 32, 84 and 77. RGB value is (50,132,119). Sum of RGB (Red+Green+Blue) = 50+132+119=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #328477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328477 is #CD7B88. Grayscale: #696969. Windows color (decimal): -13466505 or 7832626. OLE color: 7832626.

HSL color Cylindrical-coordinate representation of color #328477: hue angle of 170.49º 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 #328477 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 132 119 -
CMYK 0.62 0 0.10 0.48
HSL 170.49º 0.45% 0.36% -
HSV(B) 170.49º 0.62% 0.52% -
XYZ 12.9 18.51 20.35 -
YUV 106 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 50 132 119 0.62 0 0.10 0.48 170.49 0.45 0.36
Hex 32 84 77 3E 0 A 30 AA 2D 24
Octal 62 204 167 76 0 12 60 252 55 44
Binary 110010 10000100 1110111 111110 0 1010 110000 10101010 101101 100100

Color Harmonies of #328477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328477

Black with #328477

Text Example


Text Example

White with #328477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328477; }

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

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

background-color css

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

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

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

border-color css

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

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

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