#287467

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

Shades of Genoa #287467

Tints of Genoa #287467

Color information

#287467 (or 0x287467) is unknown color: approx Genoa. HEX triplet: 28, 74 and 67. RGB value is (40,116,103). Sum of RGB (Red+Green+Blue) = 40+116+103=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #287467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287467 is #D78B98. Grayscale: #5B5B5B. Windows color (decimal): -14125977 or 6779944. OLE color: 6779944.

HSL color Cylindrical-coordinate representation of color #287467: hue angle of 169.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287467 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB40116103-
CMYK0.6600.110.55
HSL169.74º48.72%30.59%-
HSV(B)169.74º65.52%45.49%-
XYZ9.5713.9215.01-
YUV91.79134.3291.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 103 (40.62% from 255) = 39.77%
R=15.44%
G=44.79%
B=39.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401161030.6600.110.55169.7448.7230.59
Hex287467420B37aa311f
Octal50164147102013672526137
Binary101000111010011001111000010010111101111010101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287467; }

 p { color: rgb(40,116,103); }

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

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

 a { background-color: rgb(40,116,103); }

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

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

 span { border-color: rgb(40,116,103); }

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