Html Css Color HEX #326F66 Genoa

📋 copy color: '#326F66'

red 50 ◦ green 111 ◦ blue 102

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

Shades of Genoa #326F66

Tints of Genoa #326F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.78%

R = 19.01%
G = 42.21%
B = 38.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#326F66 (or 0x326F66) is known color: Genoa. HEX triplet: 32, 6F and 66. RGB value is (50,111,102). Sum of RGB (Red+Green+Blue) = 50+111+102=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #326F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F66 is #CD9099. Grayscale: #5B5B5B. Windows color (decimal): -13471898 or 6713138. OLE color: 6713138.

HSL color Cylindrical-coordinate representation of color #326F66: hue angle of 171.15º 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 #326F66 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 111 102 -
CMYK 0.55 0 0.08 0.56
HSL 171.15º 0.38% 0.32% -
HSV(B) 171.15º 0.55% 0.44% -
XYZ 9.4 13.01 14.59 -
YUV 91.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 50 111 102 0.55 0 0.08 0.56 171.15 0.38 0.32
Hex 32 6F 66 37 0 8 38 AB 26 20
Octal 62 157 146 67 0 10 70 253 46 40
Binary 110010 1101111 1100110 110111 0 1000 111000 10101011 100110 100000

Color Harmonies of #326F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F66

Black with #326F66

Text Example


Text Example

White with #326F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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