Html Css Color HEX #328473 Genoa

📋 copy color: '#328473'

red 50 ◦ green 132 ◦ blue 115

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

Shades of Genoa #328473

Tints of Genoa #328473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 16.84%
G = 44.44%
B = 38.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#328473 (or 0x328473) is known color: Genoa. HEX triplet: 32, 84 and 73. RGB value is (50,132,115). Sum of RGB (Red+Green+Blue) = 50+132+115=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #328473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328473 is #CD7B8C. Grayscale: #696969. Windows color (decimal): -13466509 or 7570482. OLE color: 7570482.

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

Color convert

RGB 50 132 115 -
CMYK 0.62 0 0.13 0.48
HSL 167.56º 0.45% 0.36% -
HSV(B) 167.56º 0.62% 0.52% -
XYZ 12.66 18.42 19.11 -
YUV 105.54 133.33 88.38 -
System Red Green Blue C M Y K H S L
Decimal 50 132 115 0.62 0 0.13 0.48 167.56 0.45 0.36
Hex 32 84 73 3E 0 D 30 A8 2D 24
Octal 62 204 163 76 0 15 60 250 55 44
Binary 110010 10000100 1110011 111110 0 1101 110000 10101000 101101 100100

Color Harmonies of #328473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328473

Black with #328473

Text Example


Text Example

White with #328473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328473; }

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

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

background-color css

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

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

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

border-color css

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

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

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