Html Css Color HEX #328874 Genoa

📋 copy color: '#328874'

red 50 ◦ green 136 ◦ blue 116

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

Shades of Genoa #328874

Tints of Genoa #328874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 16.56%
G = 45.03%
B = 38.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#328874 (or 0x328874) is known color: Genoa. HEX triplet: 32, 88 and 74. RGB value is (50,136,116). Sum of RGB (Red+Green+Blue) = 50+136+116=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #328874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328874 is #CD778B. Grayscale: #6C6C6C. Windows color (decimal): -13465484 or 7637042. OLE color: 7637042.

HSL color Cylindrical-coordinate representation of color #328874: hue angle of 166.05º 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 #328874 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 136 116 -
CMYK 0.63 0 0.15 0.47
HSL 166.05º 0.46% 0.36% -
HSV(B) 166.05º 0.63% 0.53% -
XYZ 13.27 19.55 19.6 -
YUV 108.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 50 136 116 0.63 0 0.15 0.47 166.05 0.46 0.36
Hex 32 88 74 3F 0 F 2F A6 2E 24
Octal 62 210 164 77 0 17 57 246 56 44
Binary 110010 10001000 1110100 111111 0 1111 101111 10100110 101110 100100

Color Harmonies of #328874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328874

Black with #328874

Text Example


Text Example

White with #328874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328874; }

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

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

background-color css

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

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

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

border-color css

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

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

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