#287660

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

Shades of Genoa #287660

Tints of Genoa #287660

Color information

#287660 (or 0x287660) is unknown color: approx Genoa. HEX triplet: 28, 76 and 60. RGB value is (40,118,96). Sum of RGB (Red+Green+Blue) = 40+118+96=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #287660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287660 is #D7899F. Grayscale: #5C5C5C. Windows color (decimal): -14125472 or 6321704. OLE color: 6321704.

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

Color convert

RGB4011896-
CMYK0.6600.190.54
HSL163.08º49.37%30.98%-
HSV(B)163.08º66.1%46.27%-
XYZ9.4614.2513.32-
YUV92.17130.1690.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=15.75%
G=46.46%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40118960.6600.190.54163.0849.3730.98
Hex2876604201336a3311f
Octal50166140102023662436137
Binary1010001110110110000010000100100111101101010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287660; }

 p { color: rgb(40,118,96); }

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

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

 a { background-color: rgb(40,118,96); }

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

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

 span { border-color: rgb(40,118,96); }

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