Html Css Color HEX #328978 Genoa

📋 copy color: '#328978'

red 50 ◦ green 137 ◦ blue 120

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

Shades of Genoa #328978

Tints of Genoa #328978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

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

R = 16.29%
G = 44.63%
B = 39.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#328978 (or 0x328978) is known color: Genoa. HEX triplet: 32, 89 and 78. RGB value is (50,137,120). Sum of RGB (Red+Green+Blue) = 50+137+120=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #328978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328978 is #CD7687. Grayscale: #6D6D6D. Windows color (decimal): -13465224 or 7899442. OLE color: 7899442.

HSL color Cylindrical-coordinate representation of color #328978: hue angle of 168.28º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328978 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 120 -
CMYK 0.64 0 0.12 0.46
HSL 168.28º 0.47% 0.37% -
HSV(B) 168.28º 0.64% 0.54% -
XYZ 13.65 19.93 20.9 -
YUV 109.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 50 137 120 0.64 0 0.12 0.46 168.28 0.47 0.37
Hex 32 89 78 40 0 C 2E A8 2F 25
Octal 62 211 170 100 0 14 56 250 57 45
Binary 110010 10001001 1111000 1000000 0 1100 101110 10101000 101111 100101

Color Harmonies of #328978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328978

Black with #328978

Text Example


Text Example

White with #328978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328978; }

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

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

background-color css

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

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

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

border-color css

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

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

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