Html Css Color HEX #328172 Genoa

📋 copy color: '#328172'

red 50 ◦ green 129 ◦ blue 114

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

Shades of Genoa #328172

Tints of Genoa #328172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

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

R = 17.06%
G = 44.03%
B = 38.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#328172 (or 0x328172) is known color: Genoa. HEX triplet: 32, 81 and 72. RGB value is (50,129,114). Sum of RGB (Red+Green+Blue) = 50+129+114=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #328172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328172 is #CD7E8D. Grayscale: #676767. Windows color (decimal): -13467278 or 7504178. OLE color: 7504178.

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

Color convert

RGB 50 129 114 -
CMYK 0.61 0 0.12 0.49
HSL 168.61º 0.44% 0.35% -
HSV(B) 168.61º 0.61% 0.51% -
XYZ 12.2 17.59 18.67 -
YUV 103.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 50 129 114 0.61 0 0.12 0.49 168.61 0.44 0.35
Hex 32 81 72 3D 0 C 31 A9 2C 23
Octal 62 201 162 75 0 14 61 251 54 43
Binary 110010 10000001 1110010 111101 0 1100 110001 10101001 101100 100011

Color Harmonies of #328172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328172

Black with #328172

Text Example


Text Example

White with #328172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328172; }

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

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

background-color css

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

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

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

border-color css

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

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

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