#326B61

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

Shades of Genoa #326B61

Tints of Genoa #326B61

Color information

#326B61 (or 0x326B61) is unknown color: approx Genoa. HEX triplet: 32, 6B and 61. RGB value is (50,107,97). Sum of RGB (Red+Green+Blue) = 50+107+97=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #326B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B61 is #CD949E. Grayscale: #585858. Windows color (decimal): -13472927 or 6384434. OLE color: 6384434.

HSL color Cylindrical-coordinate representation of color #326B61: hue angle of 169.47º 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 #326B61 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB5010797-
CMYK0.5300.090.58
HSL169.47º36.31%30.78%-
HSV(B)169.47º53.27%41.96%-
XYZ8.7312.0613.18-
YUV88.82132.62100.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=19.69%
G=42.13%
B=38.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107970.5300.090.58169.4736.3130.78
Hex326B6135093Aa9241f
Octal6215314165011722514437
Binary11001011010111100001110101010011110101010100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,107,97); }

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

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

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

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

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

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

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