#287006

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

Shades of Bilbao #287006

Tints of Bilbao #287006

Color information

#287006 (or 0x287006) is unknown color: approx Bilbao. HEX triplet: 28, 70 and 06. RGB value is (40,112,6). Sum of RGB (Red+Green+Blue) = 40+112+6=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #287006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287006 is #D78FF9. Grayscale: #4E4E4E. Windows color (decimal): -14127098 or 421928. OLE color: 421928.

HSL color Cylindrical-coordinate representation of color #287006: hue angle of 100.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #287006 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB401126-
CMYK0.6400.950.56
HSL100.75º89.83%23.14%-
HSV(B)100.75º94.64%43.92%-
XYZ6.712.052.15-
YUV78.3987.15100.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=25.32%
G=70.89%
B=3.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4011260.6400.950.56100.7589.8323.14
Hex287064005F38655a17
Octal50160610001377014513227
Binary10100011100001101000000010111111110001100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287006; }

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

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

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

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

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

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

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

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