Html Css Color HEX #328372 Genoa

📋 copy color: '#328372'

red 50 ◦ green 131 ◦ blue 114

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

Shades of Genoa #328372

Tints of Genoa #328372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 16.95%
G = 44.41%
B = 38.64%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#328372 (or 0x328372) is known color: Genoa. HEX triplet: 32, 83 and 72. RGB value is (50,131,114). Sum of RGB (Red+Green+Blue) = 50+131+114=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #328372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328372 is #CD7C8D. Grayscale: #686868. Windows color (decimal): -13466766 or 7504690. OLE color: 7504690.

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

Color convert

RGB 50 131 114 -
CMYK 0.62 0 0.13 0.49
HSL 167.41º 0.45% 0.35% -
HSV(B) 167.41º 0.62% 0.51% -
XYZ 12.47 18.13 18.76 -
YUV 104.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 50 131 114 0.62 0 0.13 0.49 167.41 0.45 0.35
Hex 32 83 72 3E 0 D 31 A7 2D 23
Octal 62 203 162 76 0 15 61 247 55 43
Binary 110010 10000011 1110010 111110 0 1101 110001 10100111 101101 100011

Color Harmonies of #328372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328372

Black with #328372

Text Example


Text Example

White with #328372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328372; }

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

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

background-color css

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

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

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

border-color css

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

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

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