#287401

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

Shades of Bilbao #287401

Tints of Bilbao #287401

Color information

#287401 (or 0x287401) is unknown color: approx Bilbao. HEX triplet: 28, 74 and 01. RGB value is (40,116,1). Sum of RGB (Red+Green+Blue) = 40+116+1=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #287401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287401 is #D78BFE. Grayscale: #505050. Windows color (decimal): -14126079 or 95272. OLE color: 95272.

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

Color convert

RGB401161-
CMYK0.6600.990.55
HSL99.65º98.29%22.94%-
HSV(B)99.65º99.14%45.49%-
XYZ7.1312.942.15-
YUV80.1783.3299.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.48%
GREEN value IS 116 (45.70% from 255) = 73.89%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=25.48%
G=73.89%
B=0.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4011610.6600.990.5599.6598.2922.94
Hex287414206337646217
Octal50164110201436714414227
Binary101000111010011000010011000111101111100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287401; }

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

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

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

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

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

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

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

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