#287564

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

Shades of Genoa #287564

Tints of Genoa #287564

Color information

#287564 (or 0x287564) is unknown color: approx Genoa. HEX triplet: 28, 75 and 64. RGB value is (40,117,100). Sum of RGB (Red+Green+Blue) = 40+117+100=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #287564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287564 is #D78A9B. Grayscale: #5C5C5C. Windows color (decimal): -14125724 or 6583592. OLE color: 6583592.

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

Color convert

RGB40117100-
CMYK0.6600.150.54
HSL166.75º49.04%30.78%-
HSV(B)166.75º65.81%45.88%-
XYZ9.5414.0914.27-
YUV92.04132.4990.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 117 (46.09% from 255) = 45.53%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=15.56%
G=45.53%
B=38.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401171000.6600.150.54166.7549.0430.78
Hex287564420F36a7311f
Octal50165144102017662476137
Binary101000111010111001001000010011111101101010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287564; }

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

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

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

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

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

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

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

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