#287562

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

Shades of Genoa #287562

Tints of Genoa #287562

Color information

#287562 (or 0x287562) is unknown color: approx Genoa. HEX triplet: 28, 75 and 62. RGB value is (40,117,98). Sum of RGB (Red+Green+Blue) = 40+117+98=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #287562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287562 is #D78A9D. Grayscale: #5B5B5B. Windows color (decimal): -14125726 or 6452520. OLE color: 6452520.

HSL color Cylindrical-coordinate representation of color #287562: hue angle of 165.19º 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 #287562 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB4011798-
CMYK0.6600.160.54
HSL165.19º49.04%30.78%-
HSV(B)165.19º65.81%45.88%-
XYZ9.4414.0613.77-
YUV91.81131.4991.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 117 (46.09% from 255) = 45.88%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=15.69%
G=45.88%
B=38.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117980.6600.160.54165.1949.0430.78
Hex2875624201036a5311f
Octal50165142102020662456137
Binary1010001110101110001010000100100001101101010010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287562; }

 p { color: rgb(40,117,98); }

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

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

 a { background-color: rgb(40,117,98); }

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

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

 span { border-color: rgb(40,117,98); }

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