Html Css Color HEX #328175 Genoa

📋 copy color: '#328175'

red 50 ◦ green 129 ◦ blue 117

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

Shades of Genoa #328175

Tints of Genoa #328175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 16.89%
G = 43.58%
B = 39.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#328175 (or 0x328175) is known color: Genoa. HEX triplet: 32, 81 and 75. RGB value is (50,129,117). Sum of RGB (Red+Green+Blue) = 50+129+117=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #328175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328175 is #CD7E8A. Grayscale: #676767. Windows color (decimal): -13467275 or 7700786. OLE color: 7700786.

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

Color convert

RGB 50 129 117 -
CMYK 0.61 0 0.09 0.49
HSL 170.89º 0.44% 0.35% -
HSV(B) 170.89º 0.61% 0.51% -
XYZ 12.38 17.66 19.59 -
YUV 104.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 50 129 117 0.61 0 0.09 0.49 170.89 0.44 0.35
Hex 32 81 75 3D 0 9 31 AB 2C 23
Octal 62 201 165 75 0 11 61 253 54 43
Binary 110010 10000001 1110101 111101 0 1001 110001 10101011 101100 100011

Color Harmonies of #328175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328175

Black with #328175

Text Example


Text Example

White with #328175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328175; }

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

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

background-color css

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

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

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

border-color css

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

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

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