Html Css Color HEX #328174 Genoa

📋 copy color: '#328174'

red 50 ◦ green 129 ◦ blue 116

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

Shades of Genoa #328174

Tints of Genoa #328174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 16.95%
G = 43.73%
B = 39.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#328174 (or 0x328174) is known color: Genoa. HEX triplet: 32, 81 and 74. RGB value is (50,129,116). Sum of RGB (Red+Green+Blue) = 50+129+116=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #328174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328174 is #CD7E8B. Grayscale: #676767. Windows color (decimal): -13467276 or 7635250. OLE color: 7635250.

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

Color convert

RGB 50 129 116 -
CMYK 0.61 0 0.10 0.49
HSL 170.13º 0.44% 0.35% -
HSV(B) 170.13º 0.61% 0.51% -
XYZ 12.32 17.64 19.28 -
YUV 103.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 50 129 116 0.61 0 0.10 0.49 170.13 0.44 0.35
Hex 32 81 74 3D 0 A 31 AA 2C 23
Octal 62 201 164 75 0 12 61 252 54 43
Binary 110010 10000001 1110100 111101 0 1010 110001 10101010 101100 100011

Color Harmonies of #328174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328174

Black with #328174

Text Example


Text Example

White with #328174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328174; }

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

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

background-color css

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

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

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

border-color css

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

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

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