Html Css Color HEX #328171 Genoa

📋 copy color: '#328171'

red 50 ◦ green 129 ◦ blue 113

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

Shades of Genoa #328171

Tints of Genoa #328171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 17.12%
G = 44.18%
B = 38.7%

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

#328171 (or 0x328171) is known color: Genoa. HEX triplet: 32, 81 and 71. RGB value is (50,129,113). Sum of RGB (Red+Green+Blue) = 50+129+113=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #328171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328171 is #CD7E8E. Grayscale: #676767. Windows color (decimal): -13467279 or 7438642. OLE color: 7438642.

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

Color convert

RGB 50 129 113 -
CMYK 0.61 0 0.12 0.49
HSL 167.85º 0.44% 0.35% -
HSV(B) 167.85º 0.61% 0.51% -
XYZ 12.15 17.57 18.37 -
YUV 103.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 50 129 113 0.61 0 0.12 0.49 167.85 0.44 0.35
Hex 32 81 71 3D 0 C 31 A8 2C 23
Octal 62 201 161 75 0 14 61 250 54 43
Binary 110010 10000001 1110001 111101 0 1100 110001 10101000 101100 100011

Color Harmonies of #328171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328171

Black with #328171

Text Example


Text Example

White with #328171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328171; }

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

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

background-color css

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

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

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

border-color css

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

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

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