Html Css Color HEX #327672 Genoa

📋 copy color: '#327672'

red 50 ◦ green 118 ◦ blue 114

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

Shades of Genoa #327672

Tints of Genoa #327672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

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

R = 17.73%
G = 41.84%
B = 40.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#327672 (or 0x327672) is known color: Genoa. HEX triplet: 32, 76 and 72. RGB value is (50,118,114). Sum of RGB (Red+Green+Blue) = 50+118+114=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #327672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327672 is #CD898D. Grayscale: #616161. Windows color (decimal): -13470094 or 7501362. OLE color: 7501362.

HSL color Cylindrical-coordinate representation of color #327672: hue angle of 176.47º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327672 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 114 -
CMYK 0.58 0 0.03 0.54
HSL 176.47º 0.4% 0.33% -
HSV(B) 176.47º 0.58% 0.46% -
XYZ 10.83 14.85 18.22 -
YUV 97.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 50 118 114 0.58 0 0.03 0.54 176.47 0.4 0.33
Hex 32 76 72 3A 0 3 36 B0 28 21
Octal 62 166 162 72 0 3 66 260 50 41
Binary 110010 1110110 1110010 111010 0 11 110110 10110000 101000 100001

Color Harmonies of #327672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327672

Black with #327672

Text Example


Text Example

White with #327672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327672; }

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

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

background-color css

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

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

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

border-color css

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

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

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