#366D66

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

Shades of Genoa #366D66

Tints of Genoa #366D66

Color information

#366D66 (or 0x366D66) is unknown color: approx Genoa. HEX triplet: 36, 6D and 66. RGB value is (54,109,102). Sum of RGB (Red+Green+Blue) = 54+109+102=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #366D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D66 is #C99299. Grayscale: #5B5B5B. Windows color (decimal): -13210266 or 6712630. OLE color: 6712630.

HSL color Cylindrical-coordinate representation of color #366D66: hue angle of 172.36º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #366D66 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB54109102-
CMYK0.5000.060.57
HSL172.36º33.74%31.96%-
HSV(B)172.36º50.46%42.75%-
XYZ9.3912.6814.52-
YUV91.76133.78101.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=20.38%
G=41.13%
B=38.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal541091020.5000.060.57172.3633.7431.96
Hex366D66320639ac2220
Octal661551466206712544240
Binary11011011011011100110110010011011100110101100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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