#287764

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

Shades of Genoa #287764

Tints of Genoa #287764

Color information

#287764 (or 0x287764) is unknown color: approx Genoa. HEX triplet: 28, 77 and 64. RGB value is (40,119,100). Sum of RGB (Red+Green+Blue) = 40+119+100=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #287764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287764 is #D7889B. Grayscale: #5D5D5D. Windows color (decimal): -14125212 or 6584104. OLE color: 6584104.

HSL color Cylindrical-coordinate representation of color #287764: hue angle of 165.57º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287764 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB40119100-
CMYK0.6600.160.53
HSL165.57º49.69%31.18%-
HSV(B)165.57º66.39%46.67%-
XYZ9.7714.5614.35-
YUV93.21131.8390.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=15.44%
G=45.95%
B=38.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal401191000.6600.160.53165.5749.6931.18
Hex2877644201035a6321f
Octal50167144102020652466237
Binary1010001110111110010010000100100001101011010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287764; }

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

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

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

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

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

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

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

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