Html Css Color HEX #328571 Genoa

📋 copy color: '#328571'

red 50 ◦ green 133 ◦ blue 113

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

Shades of Genoa #328571

Tints of Genoa #328571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

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

R = 16.89%
G = 44.93%
B = 38.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#328571 (or 0x328571) is known color: Genoa. HEX triplet: 32, 85 and 71. RGB value is (50,133,113). Sum of RGB (Red+Green+Blue) = 50+133+113=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #328571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328571 is #CD7A8E. Grayscale: #696969. Windows color (decimal): -13466255 or 7439666. OLE color: 7439666.

HSL color Cylindrical-coordinate representation of color #328571: hue angle of 165.54º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328571 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 133 113 -
CMYK 0.62 0 0.15 0.48
HSL 165.54º 0.45% 0.36% -
HSV(B) 165.54º 0.62% 0.52% -
XYZ 12.68 18.65 18.55 -
YUV 105.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 50 133 113 0.62 0 0.15 0.48 165.54 0.45 0.36
Hex 32 85 71 3E 0 F 30 A6 2D 24
Octal 62 205 161 76 0 17 60 246 55 44
Binary 110010 10000101 1110001 111110 0 1111 110000 10100110 101101 100100

Color Harmonies of #328571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328571

Black with #328571

Text Example


Text Example

White with #328571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328571; }

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

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

background-color css

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

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

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

border-color css

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

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

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