Html Css Color HEX #328176 Genoa

📋 copy color: '#328176'

red 50 ◦ green 129 ◦ blue 118

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

Shades of Genoa #328176

Tints of Genoa #328176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

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

R = 16.84%
G = 43.43%
B = 39.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#328176 (or 0x328176) is known color: Genoa. HEX triplet: 32, 81 and 76. RGB value is (50,129,118). Sum of RGB (Red+Green+Blue) = 50+129+118=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #328176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328176 is #CD7E89. Grayscale: #686868. Windows color (decimal): -13467274 or 7766322. OLE color: 7766322.

HSL color Cylindrical-coordinate representation of color #328176: hue angle of 171.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328176 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 118 -
CMYK 0.61 0 0.09 0.49
HSL 171.65º 0.44% 0.35% -
HSV(B) 171.65º 0.61% 0.51% -
XYZ 12.44 17.69 19.9 -
YUV 104.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 50 129 118 0.61 0 0.09 0.49 171.65 0.44 0.35
Hex 32 81 76 3D 0 9 31 AC 2C 23
Octal 62 201 166 75 0 11 61 254 54 43
Binary 110010 10000001 1110110 111101 0 1001 110001 10101100 101100 100011

Color Harmonies of #328176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328176

Black with #328176

Text Example


Text Example

White with #328176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328176; }

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

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

background-color css

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

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

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

border-color css

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

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

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