Html Css Color HEX #328B78 Genoa

📋 copy color: '#328B78'

red 50 ◦ green 139 ◦ blue 120

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

Shades of Genoa #328B78

Tints of Genoa #328B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 16.18%
G = 44.98%
B = 38.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#328B78 (or 0x328B78) is known color: Genoa. HEX triplet: 32, 8B and 78. RGB value is (50,139,120). Sum of RGB (Red+Green+Blue) = 50+139+120=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #328B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B78 is #CD7487. Grayscale: #6E6E6E. Windows color (decimal): -13464712 or 7899954. OLE color: 7899954.

HSL color Cylindrical-coordinate representation of color #328B78: hue angle of 167.19º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B78 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 120 -
CMYK 0.64 0 0.14 0.45
HSL 167.19º 0.47% 0.37% -
HSV(B) 167.19º 0.64% 0.55% -
XYZ 13.94 20.5 20.99 -
YUV 110.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 50 139 120 0.64 0 0.14 0.45 167.19 0.47 0.37
Hex 32 8B 78 40 0 E 2D A7 2F 25
Octal 62 213 170 100 0 16 55 247 57 45
Binary 110010 10001011 1111000 1000000 0 1110 101101 10100111 101111 100101

Color Harmonies of #328B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B78

Black with #328B78

Text Example


Text Example

White with #328B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B78; }

 p { color: rgb(50,139,120); }

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

background-color css

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

 a { background-color: rgb(50,139,120); }

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

border-color css

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

 span { border-color: rgb(50,139,120); }

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