#287665

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

Shades of Genoa #287665

Tints of Genoa #287665

Color information

#287665 (or 0x287665) is unknown color: approx Genoa. HEX triplet: 28, 76 and 65. RGB value is (40,118,101). Sum of RGB (Red+Green+Blue) = 40+118+101=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #287665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287665 is #D7899A. Grayscale: #5C5C5C. Windows color (decimal): -14125467 or 6649384. OLE color: 6649384.

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

Color convert

RGB40118101-
CMYK0.6600.140.54
HSL166.92º49.37%30.98%-
HSV(B)166.92º66.1%46.27%-
XYZ9.714.3514.57-
YUV92.74132.6690.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 118 (46.48% from 255) = 45.56%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=15.44%
G=45.56%
B=39.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401181010.6600.140.54166.9249.3730.98
Hex287665420E36a7311f
Octal50166145102016662476137
Binary101000111011011001011000010011101101101010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287665; }

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

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

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

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

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

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

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

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