Html Css Color HEX #328375 Genoa

📋 copy color: '#328375'

red 50 ◦ green 131 ◦ blue 117

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

Shades of Genoa #328375

Tints of Genoa #328375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.96%

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

R = 16.78%
G = 43.96%
B = 39.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#328375 (or 0x328375) is known color: Genoa. HEX triplet: 32, 83 and 75. RGB value is (50,131,117). Sum of RGB (Red+Green+Blue) = 50+131+117=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 131 - color contains mainly: green. Hex color #328375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328375 is #CD7C8A. Grayscale: #696969. Windows color (decimal): -13466763 or 7701298. OLE color: 7701298.

HSL color Cylindrical-coordinate representation of color #328375: hue angle of 169.63º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328375 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 131 117 -
CMYK 0.62 0 0.11 0.49
HSL 169.63º 0.45% 0.35% -
HSV(B) 169.63º 0.62% 0.51% -
XYZ 12.64 18.2 19.68 -
YUV 105.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 50 131 117 0.62 0 0.11 0.49 169.63 0.45 0.35
Hex 32 83 75 3E 0 B 31 AA 2D 23
Octal 62 203 165 76 0 13 61 252 55 43
Binary 110010 10000011 1110101 111110 0 1011 110001 10101010 101101 100011

Color Harmonies of #328375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328375

Black with #328375

Text Example


Text Example

White with #328375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328375; }

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

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

background-color css

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

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

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

border-color css

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

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

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