#366763

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

Shades of Genoa #366763

Tints of Genoa #366763

Color information

#366763 (or 0x366763) is unknown color: approx Genoa. HEX triplet: 36, 67 and 63. RGB value is (54,103,99). Sum of RGB (Red+Green+Blue) = 54+103+99=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #366763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366763 is #C9989C. Grayscale: #575757. Windows color (decimal): -13211805 or 6514486. OLE color: 6514486.

HSL color Cylindrical-coordinate representation of color #366763: hue angle of 175.1º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366763 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB5410399-
CMYK0.4800.040.60
HSL175.1º31.21%30.78%-
HSV(B)175.1º47.57%40.39%-
XYZ8.6211.3913.55-
YUV87.89134.27103.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=21.09%
G=40.23%
B=38.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103990.4800.040.60175.131.2130.78
Hex36676330043Caf1f1f
Octal661471436004742573737
Binary110110110011111000111100000100111100101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366763; }

 p { color: rgb(54,103,99); }

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

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

 a { background-color: rgb(54,103,99); }

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

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

 span { border-color: rgb(54,103,99); }

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