#366862

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

Shades of Genoa #366862

Tints of Genoa #366862

Color information

#366862 (or 0x366862) is unknown color: approx Genoa. HEX triplet: 36, 68 and 62. RGB value is (54,104,98). Sum of RGB (Red+Green+Blue) = 54+104+98=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #366862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366862 is #C9979D. Grayscale: #585858. Windows color (decimal): -13211550 or 6449206. OLE color: 6449206.

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

Color convert

RGB5410498-
CMYK0.4800.060.59
HSL172.8º31.65%30.98%-
HSV(B)172.8º48.08%40.78%-
XYZ8.6811.5713.33-
YUV88.37133.44103.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=21.09%
G=40.62%
B=38.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104980.4800.060.59172.831.6530.98
Hex36686230063Bad201f
Octal661501426006732554037
Binary1101101101000110001011000001101110111010110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366862; }

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

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

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

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

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

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

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

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