Html Css Color HEX #328577 Genoa

📋 copy color: '#328577'

red 50 ◦ green 133 ◦ blue 119

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

Shades of Genoa #328577

Tints of Genoa #328577

RGB

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

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

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

R = 16.56%
G = 44.04%
B = 39.4%

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

#328577 (or 0x328577) is known color: Genoa. HEX triplet: 32, 85 and 77. RGB value is (50,133,119). Sum of RGB (Red+Green+Blue) = 50+133+119=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #328577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328577 is #CD7A88. Grayscale: #6A6A6A. Windows color (decimal): -13466249 or 7832882. OLE color: 7832882.

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

Color convert

RGB 50 133 119 -
CMYK 0.62 0 0.11 0.48
HSL 169.88º 0.45% 0.36% -
HSV(B) 169.88º 0.62% 0.52% -
XYZ 13.03 18.79 20.39 -
YUV 106.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 50 133 119 0.62 0 0.11 0.48 169.88 0.45 0.36
Hex 32 85 77 3E 0 B 30 AA 2D 24
Octal 62 205 167 76 0 13 60 252 55 44
Binary 110010 10000101 1110111 111110 0 1011 110000 10101010 101101 100100

Color Harmonies of #328577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328577

Black with #328577

Text Example


Text Example

White with #328577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328577; }

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

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

background-color css

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

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

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

border-color css

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

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

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