#366B68

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

Shades of Genoa #366B68

Tints of Genoa #366B68

Color information

#366B68 (or 0x366B68) is unknown color: approx Genoa. HEX triplet: 36, 6B and 68. RGB value is (54,107,104). Sum of RGB (Red+Green+Blue) = 54+107+104=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #366B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B68 is #C99497. Grayscale: #5A5A5A. Windows color (decimal): -13210776 or 6843190. OLE color: 6843190.

HSL color Cylindrical-coordinate representation of color #366B68: hue angle of 176.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366B68 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB54107104-
CMYK0.5000.030.58
HSL176.6º32.92%31.57%-
HSV(B)176.6º49.53%41.96%-
XYZ9.2812.314.98-
YUV90.81135.44101.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=20.38%
G=40.38%
B=39.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal541071040.5000.030.58176.632.9231.57
Hex366B6832033Ab12120
Octal661531506203722614140
Binary1101101101011110100011001001111101010110001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,107,104); }

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

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

 a { background-color: rgb(54,107,104); }

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

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

 span { border-color: rgb(54,107,104); }

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