#287360

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

Shades of Genoa #287360

Tints of Genoa #287360

Color information

#287360 (or 0x287360) is unknown color: approx Genoa. HEX triplet: 28, 73 and 60. RGB value is (40,115,96). Sum of RGB (Red+Green+Blue) = 40+115+96=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #287360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287360 is #D78C9F. Grayscale: #5A5A5A. Windows color (decimal): -14126240 or 6320936. OLE color: 6320936.

HSL color Cylindrical-coordinate representation of color #287360: hue angle of 164.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287360 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB4011596-
CMYK0.6500.170.55
HSL164.8º48.39%30.39%-
HSV(B)164.8º65.22%45.1%-
XYZ9.1213.5613.2-
YUV90.41131.1592.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 115 (45.31% from 255) = 45.82%
BLUE value IS 96 (37.89% from 255) = 38.25%
R=15.94%
G=45.82%
B=38.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115960.6500.170.55164.848.3930.39
Hex2873604101137a5301e
Octal50163140101021672456036
Binary1010001110011110000010000010100011101111010010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287360; }

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

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

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

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

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

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

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

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