Html Css Color HEX #328170 Genoa

📋 copy color: '#328170'

red 50 ◦ green 129 ◦ blue 112

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

Shades of Genoa #328170

Tints of Genoa #328170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 17.18%
G = 44.33%
B = 38.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#328170 (or 0x328170) is known color: Genoa. HEX triplet: 32, 81 and 70. RGB value is (50,129,112). Sum of RGB (Red+Green+Blue) = 50+129+112=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #328170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328170 is #CD7E8F. Grayscale: #676767. Windows color (decimal): -13467280 or 7373106. OLE color: 7373106.

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

Color convert

RGB 50 129 112 -
CMYK 0.61 0 0.13 0.49
HSL 167.09º 0.44% 0.35% -
HSV(B) 167.09º 0.61% 0.51% -
XYZ 12.09 17.55 18.08 -
YUV 103.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 50 129 112 0.61 0 0.13 0.49 167.09 0.44 0.35
Hex 32 81 70 3D 0 D 31 A7 2C 23
Octal 62 201 160 75 0 15 61 247 54 43
Binary 110010 10000001 1110000 111101 0 1101 110001 10100111 101100 100011

Color Harmonies of #328170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328170

Black with #328170

Text Example


Text Example

White with #328170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328170; }

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

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

background-color css

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

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

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

border-color css

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

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

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