Html Css Color HEX #328275 Genoa

📋 copy color: '#328275'

red 50 ◦ green 130 ◦ blue 117

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

Shades of Genoa #328275

Tints of Genoa #328275

RGB

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

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

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

R = 16.84%
G = 43.77%
B = 39.39%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#328275 (or 0x328275) is known color: Genoa. HEX triplet: 32, 82 and 75. RGB value is (50,130,117). Sum of RGB (Red+Green+Blue) = 50+130+117=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #328275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328275 is #CD7D8A. Grayscale: #686868. Windows color (decimal): -13467019 or 7701042. OLE color: 7701042.

HSL color Cylindrical-coordinate representation of color #328275: hue angle of 170.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 #328275 is Cyan = 0.62, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 117 -
CMYK 0.62 0 0.1 0.49
HSL 170.25º 0.44% 0.35% -
HSV(B) 170.25º 0.62% 0.51% -
XYZ 12.51 17.93 19.63 -
YUV 104.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 50 130 117 0.62 0 0.1 0.49 170.25 0.44 0.35
Hex 32 82 75 3E 0 A 31 AA 2C 23
Octal 62 202 165 76 0 12 61 252 54 43
Binary 110010 10000010 1110101 111110 0 1010 110001 10101010 101100 100011

Color Harmonies of #328275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328275

Black with #328275

Text Example


Text Example

White with #328275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328275; }

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

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

background-color css

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

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

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

border-color css

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

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

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