Html Css Color HEX #326F62 Genoa

📋 copy color: '#326F62'

red 50 ◦ green 111 ◦ blue 98

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

Shades of Genoa #326F62

Tints of Genoa #326F62

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.86%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 19.31%
G = 42.86%
B = 37.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#326F62 (or 0x326F62) is known color: Genoa. HEX triplet: 32, 6F and 62. RGB value is (50,111,98). Sum of RGB (Red+Green+Blue) = 50+111+98=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #326F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F62 is #CD909D. Grayscale: #5B5B5B. Windows color (decimal): -13471902 or 6450994. OLE color: 6450994.

HSL color Cylindrical-coordinate representation of color #326F62: hue angle of 167.21º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F62 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 98 -
CMYK 0.55 0 0.12 0.56
HSL 167.21º 0.38% 0.32% -
HSV(B) 167.21º 0.55% 0.44% -
XYZ 9.2 12.93 13.57 -
YUV 91.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 50 111 98 0.55 0 0.12 0.56 167.21 0.38 0.32
Hex 32 6F 62 37 0 C 38 A7 26 20
Octal 62 157 142 67 0 14 70 247 46 40
Binary 110010 1101111 1100010 110111 0 1100 111000 10100111 100110 100000

Color Harmonies of #326F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F62

Black with #326F62

Text Example


Text Example

White with #326F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,111,98); }

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

background-color css

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

 a { background-color: rgb(50,111,98); }

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

border-color css

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

 span { border-color: rgb(50,111,98); }

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