Html Css Color HEX #328075 Genoa

📋 copy color: '#328075'

red 50 ◦ green 128 ◦ blue 117

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

Shades of Genoa #328075

Tints of Genoa #328075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.39%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 16.95%
G = 43.39%
B = 39.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#328075 (or 0x328075) is known color: Genoa. HEX triplet: 32, 80 and 75. RGB value is (50,128,117). Sum of RGB (Red+Green+Blue) = 50+128+117=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #328075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328075 is #CD7F8A. Grayscale: #676767. Windows color (decimal): -13467531 or 7700530. OLE color: 7700530.

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

Color convert

RGB 50 128 117 -
CMYK 0.61 0 0.09 0.50
HSL 171.54º 0.44% 0.35% -
HSV(B) 171.54º 0.61% 0.5% -
XYZ 12.25 17.4 19.54 -
YUV 103.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 50 128 117 0.61 0 0.09 0.50 171.54 0.44 0.35
Hex 32 80 75 3D 0 9 32 AC 2C 23
Octal 62 200 165 75 0 11 62 254 54 43
Binary 110010 10000000 1110101 111101 0 1001 110010 10101100 101100 100011

Color Harmonies of #328075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328075

Black with #328075

Text Example


Text Example

White with #328075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328075; }

 p { color: rgb(50,128,117); }

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

background-color css

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

 a { background-color: rgb(50,128,117); }

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

border-color css

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

 span { border-color: rgb(50,128,117); }

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