Html Css Color HEX #328878 Genoa

📋 copy color: '#328878'

red 50 ◦ green 136 ◦ blue 120

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

Shades of Genoa #328878

Tints of Genoa #328878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 16.34%
G = 44.44%
B = 39.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#328878 (or 0x328878) is known color: Genoa. HEX triplet: 32, 88 and 78. RGB value is (50,136,120). Sum of RGB (Red+Green+Blue) = 50+136+120=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #328878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328878 is #CD7787. Grayscale: #6C6C6C. Windows color (decimal): -13465480 or 7899186. OLE color: 7899186.

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

Color convert

RGB 50 136 120 -
CMYK 0.63 0 0.12 0.47
HSL 168.84º 0.46% 0.36% -
HSV(B) 168.84º 0.63% 0.53% -
XYZ 13.51 19.64 20.85 -
YUV 108.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 50 136 120 0.63 0 0.12 0.47 168.84 0.46 0.36
Hex 32 88 78 3F 0 C 2F A9 2E 24
Octal 62 210 170 77 0 14 57 251 56 44
Binary 110010 10001000 1111000 111111 0 1100 101111 10101001 101110 100100

Color Harmonies of #328878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328878

Black with #328878

Text Example


Text Example

White with #328878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328878; }

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

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

background-color css

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

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

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

border-color css

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

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

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