#287364

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

Shades of Genoa #287364

Tints of Genoa #287364

Color information

#287364 (or 0x287364) is unknown color: approx Genoa. HEX triplet: 28, 73 and 64. RGB value is (40,115,100). Sum of RGB (Red+Green+Blue) = 40+115+100=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #287364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287364 is #D78C9B. Grayscale: #5A5A5A. Windows color (decimal): -14126236 or 6583080. OLE color: 6583080.

HSL color Cylindrical-coordinate representation of color #287364: hue angle of 168º 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 #287364 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB40115100-
CMYK0.6500.130.55
HSL168º48.39%30.39%-
HSV(B)168º65.22%45.1%-
XYZ9.3113.6314.2-
YUV90.86133.1591.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=15.69%
G=45.10%
B=39.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401151000.6500.130.5516848.3930.39
Hex287364410D37a8301e
Octal50163144101015672506036
Binary101000111001111001001000001011011101111010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287364; }

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

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

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

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

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

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

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

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