Html Css Color HEX #327772 Genoa

📋 copy color: '#327772'

red 50 ◦ green 119 ◦ blue 114

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

Shades of Genoa #327772

Tints of Genoa #327772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 17.67%
G = 42.05%
B = 40.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#327772 (or 0x327772) is known color: Genoa. HEX triplet: 32, 77 and 72. RGB value is (50,119,114). Sum of RGB (Red+Green+Blue) = 50+119+114=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #327772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327772 is #CD888D. Grayscale: #616161. Windows color (decimal): -13469838 or 7501618. OLE color: 7501618.

HSL color Cylindrical-coordinate representation of color #327772: hue angle of 175.65º 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 #327772 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 114 -
CMYK 0.58 0 0.04 0.53
HSL 175.65º 0.41% 0.33% -
HSV(B) 175.65º 0.58% 0.47% -
XYZ 10.95 15.09 18.25 -
YUV 97.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 50 119 114 0.58 0 0.04 0.53 175.65 0.41 0.33
Hex 32 77 72 3A 0 4 35 B0 29 21
Octal 62 167 162 72 0 4 65 260 51 41
Binary 110010 1110111 1110010 111010 0 100 110101 10110000 101001 100001

Color Harmonies of #327772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327772

Black with #327772

Text Example


Text Example

White with #327772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327772; }

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

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

background-color css

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

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

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

border-color css

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

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

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