#366966

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

Shades of Genoa #366966

Tints of Genoa #366966

Color information

#366966 (or 0x366966) is unknown color: approx Genoa. HEX triplet: 36, 69 and 66. RGB value is (54,105,102). Sum of RGB (Red+Green+Blue) = 54+105+102=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #366966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366966 is #C99699. Grayscale: #595959. Windows color (decimal): -13211290 or 6711606. OLE color: 6711606.

HSL color Cylindrical-coordinate representation of color #366966: hue angle of 176.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366966 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB54105102-
CMYK0.4900.030.59
HSL176.47º32.08%31.18%-
HSV(B)176.47º48.57%41.18%-
XYZ8.9711.8514.38-
YUV89.41135.1102.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=20.69%
G=40.23%
B=39.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal541051020.4900.030.59176.4732.0831.18
Hex36696631033Bb0201f
Octal661511466103732604037
Binary110110110100111001101100010111110111011000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366966; }

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

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

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

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

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

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

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

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