Html Css Color HEX #327C63 Genoa

📋 copy color: '#327C63'

red 50 ◦ green 124 ◦ blue 99

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

Shades of Genoa #327C63

Tints of Genoa #327C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 18.32%
G = 45.42%
B = 36.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#327C63 (or 0x327C63) is known color: Genoa. HEX triplet: 32, 7C and 63. RGB value is (50,124,99). Sum of RGB (Red+Green+Blue) = 50+124+99=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #327C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327C63 is #CD839C. Grayscale: #636363. Windows color (decimal): -13468573 or 6519858. OLE color: 6519858.

HSL color Cylindrical-coordinate representation of color #327C63: hue angle of 159.73º 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 #327C63 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 124 99 -
CMYK 0.60 0 0.20 0.51
HSL 159.73º 0.43% 0.34% -
HSV(B) 159.73º 0.6% 0.49% -
XYZ 10.78 15.99 14.32 -
YUV 99.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 50 124 99 0.60 0 0.20 0.51 159.73 0.43 0.34
Hex 32 7C 63 3C 0 14 33 A0 2B 22
Octal 62 174 143 74 0 24 63 240 53 42
Binary 110010 1111100 1100011 111100 0 10100 110011 10100000 101011 100010

Color Harmonies of #327C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327C63

Black with #327C63

Text Example


Text Example

White with #327C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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