Html Css Color HEX #32776E Genoa

📋 copy color: '#32776E'

red 50 ◦ green 119 ◦ blue 110

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

Shades of Genoa #32776E

Tints of Genoa #32776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 17.92%
G = 42.65%
B = 39.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#32776E (or 0x32776E) is known color: Genoa. HEX triplet: 32, 77 and 6E. RGB value is (50,119,110). Sum of RGB (Red+Green+Blue) = 50+119+110=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #32776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32776E is #CD8891. Grayscale: #616161. Windows color (decimal): -13469842 or 7239474. OLE color: 7239474.

HSL color Cylindrical-coordinate representation of color #32776E: hue angle of 172.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32776E is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 110 -
CMYK 0.58 0 0.08 0.53
HSL 172.17º 0.41% 0.33% -
HSV(B) 172.17º 0.58% 0.47% -
XYZ 10.73 15 17.08 -
YUV 97.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 50 119 110 0.58 0 0.08 0.53 172.17 0.41 0.33
Hex 32 77 6E 3A 0 8 35 AC 29 21
Octal 62 167 156 72 0 10 65 254 51 41
Binary 110010 1110111 1101110 111010 0 1000 110101 10101100 101001 100001

Color Harmonies of #32776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32776E

Black with #32776E

Text Example


Text Example

White with #32776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32776E; }

 p { color: rgb(50,119,110); }

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

background-color css

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

 a { background-color: rgb(50,119,110); }

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

border-color css

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

 span { border-color: rgb(50,119,110); }

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