Html Css Color HEX #327E6C Genoa

📋 copy color: '#327E6C'

red 50 ◦ green 126 ◦ blue 108

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

Shades of Genoa #327E6C

Tints of Genoa #327E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.37%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 17.61%
G = 44.37%
B = 38.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#327E6C (or 0x327E6C) is known color: Genoa. HEX triplet: 32, 7E and 6C. RGB value is (50,126,108). Sum of RGB (Red+Green+Blue) = 50+126+108=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 126 - color contains mainly: green. Hex color #327E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327E6C is #CD8193. Grayscale: #656565. Windows color (decimal): -13468052 or 7110194. OLE color: 7110194.

HSL color Cylindrical-coordinate representation of color #327E6C: hue angle of 165.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E6C is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 126 108 -
CMYK 0.60 0 0.14 0.51
HSL 165.79º 0.43% 0.35% -
HSV(B) 165.79º 0.6% 0.49% -
XYZ 11.48 16.68 16.8 -
YUV 101.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 50 126 108 0.60 0 0.14 0.51 165.79 0.43 0.35
Hex 32 7E 6C 3C 0 E 33 A6 2B 23
Octal 62 176 154 74 0 16 63 246 53 43
Binary 110010 1111110 1101100 111100 0 1110 110011 10100110 101011 100011

Color Harmonies of #327E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E6C

Black with #327E6C

Text Example


Text Example

White with #327E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327E6C; }

 p { color: rgb(50,126,108); }

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

background-color css

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

 a { background-color: rgb(50,126,108); }

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

border-color css

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

 span { border-color: rgb(50,126,108); }

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