Html Css Color HEX #328069 Genoa

📋 copy color: '#328069'

red 50 ◦ green 128 ◦ blue 105

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

Shades of Genoa #328069

Tints of Genoa #328069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 17.67%
G = 45.23%
B = 37.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#328069 (or 0x328069) is known color: Genoa. HEX triplet: 32, 80 and 69. RGB value is (50,128,105). Sum of RGB (Red+Green+Blue) = 50+128+105=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #328069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328069 is #CD7F96. Grayscale: #666666. Windows color (decimal): -13467543 or 6914098. OLE color: 6914098.

HSL color Cylindrical-coordinate representation of color #328069: hue angle of 162.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328069 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 128 105 -
CMYK 0.61 0 0.18 0.50
HSL 162.31º 0.44% 0.35% -
HSV(B) 162.31º 0.61% 0.5% -
XYZ 11.58 17.14 16.06 -
YUV 102.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 50 128 105 0.61 0 0.18 0.50 162.31 0.44 0.35
Hex 32 80 69 3D 0 12 32 A2 2C 23
Octal 62 200 151 75 0 22 62 242 54 43
Binary 110010 10000000 1101001 111101 0 10010 110010 10100010 101100 100011

Color Harmonies of #328069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328069

Black with #328069

Text Example


Text Example

White with #328069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328069; }

 p { color: rgb(50,128,105); }

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

background-color css

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

 a { background-color: rgb(50,128,105); }

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

border-color css

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

 span { border-color: rgb(50,128,105); }

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