#287368

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

Shades of Genoa #287368

Tints of Genoa #287368

Color information

#287368 (or 0x287368) is unknown color: approx Genoa. HEX triplet: 28, 73 and 68. RGB value is (40,115,104). Sum of RGB (Red+Green+Blue) = 40+115+104=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #287368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287368 is #D78C97. Grayscale: #5B5B5B. Windows color (decimal): -14126232 or 6845224. OLE color: 6845224.

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

Color convert

RGB40115104-
CMYK0.6500.100.55
HSL171.2º48.39%30.39%-
HSV(B)171.2º65.22%45.1%-
XYZ9.513.7115.24-
YUV91.32135.1591.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=15.44%
G=44.40%
B=40.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal401151040.6500.100.55171.248.3930.39
Hex287368410A37ab301e
Octal50163150101012672536036
Binary101000111001111010001000001010101101111010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287368; }

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

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

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

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

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

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

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

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