#366D68

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

Shades of Genoa #366D68

Tints of Genoa #366D68

Color information

#366D68 (or 0x366D68) is unknown color: approx Genoa. HEX triplet: 36, 6D and 68. RGB value is (54,109,104). Sum of RGB (Red+Green+Blue) = 54+109+104=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 109 - color contains mainly: green. Hex color #366D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366D68 is #C99297. Grayscale: #5B5B5B. Windows color (decimal): -13210264 or 6843702. OLE color: 6843702.

HSL color Cylindrical-coordinate representation of color #366D68: hue angle of 174.55º 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 #366D68 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB54109104-
CMYK0.5000.050.57
HSL174.55º33.74%31.96%-
HSV(B)174.55º50.46%42.75%-
XYZ9.4912.7215.05-
YUV91.98134.78100.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 109 (42.97% from 255) = 40.82%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=20.22%
G=40.82%
B=38.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal541091040.5000.050.57174.5533.7431.96
Hex366D68320539af2220
Octal661551506205712574240
Binary11011011011011101000110010010111100110101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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