#287506

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

Shades of Bilbao #287506

Tints of Bilbao #287506

Color information

#287506 (or 0x287506) is unknown color: approx Bilbao. HEX triplet: 28, 75 and 06. RGB value is (40,117,6). Sum of RGB (Red+Green+Blue) = 40+117+6=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #287506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287506 is #D78AF9. Grayscale: #515151. Windows color (decimal): -14125818 or 423208. OLE color: 423208.

HSL color Cylindrical-coordinate representation of color #287506: hue angle of 101.62º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #287506 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB401176-
CMYK0.6600.950.54
HSL101.62º90.24%24.12%-
HSV(B)101.62º94.87%45.88%-
XYZ7.2713.192.33-
YUV81.3285.4998.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.54%
GREEN value IS 117 (46.09% from 255) = 71.78%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=24.54%
G=71.78%
B=3.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4011760.6600.950.54101.6290.2424.12
Hex287564205F36665a18
Octal50165610201376614613230
Binary10100011101011101000010010111111101101100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287506; }

 p { color: rgb(40,117,6); }

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

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

 a { background-color: rgb(40,117,6); }

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

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

 span { border-color: rgb(40,117,6); }

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