Html Css Color HEX #328675 Genoa

📋 copy color: '#328675'

red 50 ◦ green 134 ◦ blue 117

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

Shades of Genoa #328675

Tints of Genoa #328675

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 16.61%
G = 44.52%
B = 38.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#328675 (or 0x328675) is known color: Genoa. HEX triplet: 32, 86 and 75. RGB value is (50,134,117). Sum of RGB (Red+Green+Blue) = 50+134+117=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #328675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328675 is #CD798A. Grayscale: #6A6A6A. Windows color (decimal): -13465995 or 7702066. OLE color: 7702066.

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

Color convert

RGB 50 134 117 -
CMYK 0.63 0 0.13 0.47
HSL 167.86º 0.46% 0.36% -
HSV(B) 167.86º 0.63% 0.53% -
XYZ 13.05 19.01 19.81 -
YUV 106.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 50 134 117 0.63 0 0.13 0.47 167.86 0.46 0.36
Hex 32 86 75 3F 0 D 2F A8 2E 24
Octal 62 206 165 77 0 15 57 250 56 44
Binary 110010 10000110 1110101 111111 0 1101 101111 10101000 101110 100100

Color Harmonies of #328675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328675

Black with #328675

Text Example


Text Example

White with #328675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328675; }

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

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

background-color css

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

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

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

border-color css

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

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

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