#366A66

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

Shades of Genoa #366A66

Tints of Genoa #366A66

Color information

#366A66 (or 0x366A66) is unknown color: approx Genoa. HEX triplet: 36, 6A and 66. RGB value is (54,106,102). Sum of RGB (Red+Green+Blue) = 54+106+102=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #366A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A66 is #C99599. Grayscale: #595959. Windows color (decimal): -13211034 or 6711862. OLE color: 6711862.

HSL color Cylindrical-coordinate representation of color #366A66: hue angle of 175.38º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A66 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB54106102-
CMYK0.4900.040.58
HSL175.38º32.5%31.37%-
HSV(B)175.38º49.06%41.57%-
XYZ9.0712.0514.42-
YUV90134.77102.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=20.61%
G=40.46%
B=38.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal541061020.4900.040.58175.3832.531.37
Hex366A6631043Aaf201f
Octal661521466104722574037
Binary1101101101010110011011000101001110101010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366A66; }

 p { color: rgb(54,106,102); }

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

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

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

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

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

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

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