Html Css Color HEX #327C6E Genoa

📋 copy color: '#327C6E'

red 50 ◦ green 124 ◦ blue 110

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

Shades of Genoa #327C6E

Tints of Genoa #327C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.66%

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

R = 17.61%
G = 43.66%
B = 38.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#327C6E (or 0x327C6E) is known color: Genoa. HEX triplet: 32, 7C and 6E. RGB value is (50,124,110). Sum of RGB (Red+Green+Blue) = 50+124+110=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #327C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C6E is #CD8391. Grayscale: #646464. Windows color (decimal): -13468562 or 7240754. OLE color: 7240754.

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

Color convert

RGB 50 124 110 -
CMYK 0.60 0 0.11 0.51
HSL 168.65º 0.43% 0.34% -
HSV(B) 168.65º 0.6% 0.49% -
XYZ 11.34 16.22 17.28 -
YUV 100.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 50 124 110 0.60 0 0.11 0.51 168.65 0.43 0.34
Hex 32 7C 6E 3C 0 B 33 A9 2B 22
Octal 62 174 156 74 0 13 63 251 53 42
Binary 110010 1111100 1101110 111100 0 1011 110011 10101001 101011 100010

Color Harmonies of #327C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C6E

Black with #327C6E

Text Example


Text Example

White with #327C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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