Html Css Color HEX #326E63 Genoa

📋 copy color: '#326E63'

red 50 ◦ green 110 ◦ blue 99

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

Shades of Genoa #326E63

Tints of Genoa #326E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.47%

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

R = 19.31%
G = 42.47%
B = 38.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#326E63 (or 0x326E63) is known color: Genoa. HEX triplet: 32, 6E and 63. RGB value is (50,110,99). Sum of RGB (Red+Green+Blue) = 50+110+99=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #326E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E63 is #CD919C. Grayscale: #5A5A5A. Windows color (decimal): -13472157 or 6516274. OLE color: 6516274.

HSL color Cylindrical-coordinate representation of color #326E63: hue angle of 169º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E63 is Cyan = 0.55, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 99 -
CMYK 0.55 0 0.1 0.57
HSL 169º 0.38% 0.31% -
HSV(B) 169º 0.55% 0.43% -
XYZ 9.14 12.73 13.78 -
YUV 90.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 50 110 99 0.55 0 0.1 0.57 169 0.38 0.31
Hex 32 6E 63 37 0 A 39 A9 26 1F
Octal 62 156 143 67 0 12 71 251 46 37
Binary 110010 1101110 1100011 110111 0 1010 111001 10101001 100110 11111

Color Harmonies of #326E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E63

Black with #326E63

Text Example


Text Example

White with #326E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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