#287463

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

Shades of Genoa #287463

Tints of Genoa #287463

Color information

#287463 (or 0x287463) is unknown color: approx Genoa. HEX triplet: 28, 74 and 63. RGB value is (40,116,99). Sum of RGB (Red+Green+Blue) = 40+116+99=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #287463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287463 is #D78B9C. Grayscale: #5B5B5B. Windows color (decimal): -14125981 or 6517800. OLE color: 6517800.

HSL color Cylindrical-coordinate representation of color #287463: hue angle of 166.58º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287463 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB4011699-
CMYK0.6600.150.55
HSL166.58º48.72%30.59%-
HSV(B)166.58º65.52%45.49%-
XYZ9.3713.8413.98-
YUV91.34132.3291.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=15.69%
G=45.49%
B=38.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40116990.6600.150.55166.5848.7230.59
Hex287463420F37a7311f
Octal50164143102017672476137
Binary101000111010011000111000010011111101111010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287463; }

 p { color: rgb(40,116,99); }

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

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

 a { background-color: rgb(40,116,99); }

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

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

 span { border-color: rgb(40,116,99); }

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