#287706

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

Shades of Bilbao #287706

Tints of Bilbao #287706

Color information

#287706 (or 0x287706) is unknown color: approx Bilbao. HEX triplet: 28, 77 and 06. RGB value is (40,119,6). Sum of RGB (Red+Green+Blue) = 40+119+6=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 119 (46.88% from 255 or 72.12% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 119 - color contains mainly: green. Hex color #287706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #287706 is #D788F9. Grayscale: #525252. Windows color (decimal): -14125306 or 423720. OLE color: 423720.

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

Color convert

RGB401196-
CMYK0.6600.950.53
HSL101.95º90.4%24.51%-
HSV(B)101.95º94.96%46.67%-
XYZ7.513.662.41-
YUV82.584.8397.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 119 (46.88% from 255) = 72.12%
BLUE value IS 6 (2.73% from 255) = 3.64%
R=24.24%
G=72.12%
B=3.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4011960.6600.950.53101.9590.424.51
Hex287764205F35665a19
Octal50167610201376514613231
Binary10100011101111101000010010111111101011100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287706; }

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

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

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

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

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

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

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

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