#326A69

Color #326A69 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #326A69

Tints of Genoa #326A69

Color information

#326A69 (or 0x326A69) is unknown color: approx Genoa. HEX triplet: 32, 6A and 69. RGB value is (50,106,105). Sum of RGB (Red+Green+Blue) = 50+106+105=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #326A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A69 is #CD9596. Grayscale: #595959. Windows color (decimal): -13473175 or 6908466. OLE color: 6908466.

HSL color Cylindrical-coordinate representation of color #326A69: hue angle of 178.93º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A69 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB50106105-
CMYK0.5300.010.58
HSL178.93º35.9%30.59%-
HSV(B)178.93º52.83%41.57%-
XYZ9.0212.0115.21-
YUV89.14136.95100.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=19.16%
G=40.61%
B=40.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal501061050.5300.010.58178.9335.930.59
Hex326A6935013Ab3241f
Octal621521516501722634437
Binary11001011010101101001110101011110101011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,106,105); }

 H1.HeaderClassName
 {
   color: #326A69;
 }
 .AnyTagClassName
 {
   color: #326A69;
 }
</style>
background-color css

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

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

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

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

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

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