#366F68

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

Shades of Genoa #366F68

Tints of Genoa #366F68

Color information

#366F68 (or 0x366F68) is unknown color: approx Genoa. HEX triplet: 36, 6F and 68. RGB value is (54,111,104). Sum of RGB (Red+Green+Blue) = 54+111+104=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #366F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366F68 is #C99097. Grayscale: #5D5D5D. Windows color (decimal): -13209752 or 6844214. OLE color: 6844214.

HSL color Cylindrical-coordinate representation of color #366F68: hue angle of 172.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366F68 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB54111104-
CMYK0.5100.060.56
HSL172.63º34.55%32.35%-
HSV(B)172.63º51.35%43.53%-
XYZ9.713.1515.12-
YUV93.16134.12100.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=20.07%
G=41.26%
B=38.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal541111040.5100.060.56172.6334.5532.35
Hex366F68330638ad2320
Octal661571506306702554340
Binary11011011011111101000110011011011100010101101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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