Html Css Color HEX #328576 Genoa

📋 copy color: '#328576'

red 50 ◦ green 133 ◦ blue 118

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

Shades of Genoa #328576

Tints of Genoa #328576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 16.61%
G = 44.19%
B = 39.2%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#328576 (or 0x328576) is known color: Genoa. HEX triplet: 32, 85 and 76. RGB value is (50,133,118). Sum of RGB (Red+Green+Blue) = 50+133+118=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #328576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328576 is #CD7A89. Grayscale: #6A6A6A. Windows color (decimal): -13466250 or 7767346. OLE color: 7767346.

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

Color convert

RGB 50 133 118 -
CMYK 0.62 0 0.11 0.48
HSL 169.16º 0.45% 0.36% -
HSV(B) 169.16º 0.62% 0.52% -
XYZ 12.97 18.76 20.08 -
YUV 106.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 50 133 118 0.62 0 0.11 0.48 169.16 0.45 0.36
Hex 32 85 76 3E 0 B 30 A9 2D 24
Octal 62 205 166 76 0 13 60 251 55 44
Binary 110010 10000101 1110110 111110 0 1011 110000 10101001 101101 100100

Color Harmonies of #328576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328576

Black with #328576

Text Example


Text Example

White with #328576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328576; }

 p { color: rgb(50,133,118); }

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

background-color css

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

 a { background-color: rgb(50,133,118); }

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

border-color css

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

 span { border-color: rgb(50,133,118); }

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