Html Css Color HEX #328271 Genoa

📋 copy color: '#328271'

red 50 ◦ green 130 ◦ blue 113

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

Shades of Genoa #328271

Tints of Genoa #328271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 17.06%
G = 44.37%
B = 38.57%

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

#328271 (or 0x328271) is known color: Genoa. HEX triplet: 32, 82 and 71. RGB value is (50,130,113). Sum of RGB (Red+Green+Blue) = 50+130+113=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #328271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328271 is #CD7D8E. Grayscale: #686868. Windows color (decimal): -13467023 or 7438898. OLE color: 7438898.

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

Color convert

RGB 50 130 113 -
CMYK 0.62 0 0.13 0.49
HSL 167.25º 0.44% 0.35% -
HSV(B) 167.25º 0.62% 0.51% -
XYZ 12.28 17.84 18.42 -
YUV 104.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 50 130 113 0.62 0 0.13 0.49 167.25 0.44 0.35
Hex 32 82 71 3E 0 D 31 A7 2C 23
Octal 62 202 161 76 0 15 61 247 54 43
Binary 110010 10000010 1110001 111110 0 1101 110001 10100111 101100 100011

Color Harmonies of #328271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328271

Black with #328271

Text Example


Text Example

White with #328271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328271; }

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

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

background-color css

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

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

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

border-color css

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

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

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