Html Css Color HEX #326666 Genoa

📋 copy color: '#326666'

red 50 ◦ green 102 ◦ blue 102

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

Shades of Genoa #326666

Tints of Genoa #326666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

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

R = 19.69%
G = 40.16%
B = 40.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#326666 (or 0x326666) is known color: Genoa. HEX triplet: 32, 66 and 66. RGB value is (50,102,102). Sum of RGB (Red+Green+Blue) = 50+102+102=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #326666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326666 is #CD9999. Grayscale: #565656. Windows color (decimal): -13474202 or 6710834. OLE color: 6710834.

HSL color Cylindrical-coordinate representation of color #326666: hue angle of 180º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326666 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 50 102 102 -
CMYK 0.51 0 0 0.6
HSL 180º 0.34% 0.3% -
HSV(B) 180º 0.51% 0.4% -
XYZ 8.47 11.14 14.27 -
YUV 86.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 50 102 102 0.51 0 0 0.6 180 0.34 0.3
Hex 32 66 66 33 0 0 3C B4 22 1E
Octal 62 146 146 63 0 0 74 264 42 36
Binary 110010 1100110 1100110 110011 0 0 111100 10110100 100010 11110

Color Harmonies of #326666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326666

Black with #326666

Text Example


Text Example

White with #326666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326666; }

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

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

background-color css

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

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

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

border-color css

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

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

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