Shades of Bilbao #276C03
Tints of Bilbao #276C03
RGB
CMYK
RGB Variations
Color information
#276C03 (or 0x276C03) is known color: Bilbao. HEX triplet: 27, 6C and 03. RGB value is (39,108,3). Sum of RGB (Red+Green+Blue) = 39+108+3=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 108 (42.58% from 255 or 72% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 108 - color contains mainly: green. Hex color #276C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276C03 is #D893FC. Grayscale: #4B4B4B. Windows color (decimal): -14193661 or 224295. OLE color: 224295.
HSL color Cylindrical-coordinate representation of color #276C03: hue angle of 99.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #276C03 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 3 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.58 |
| HSL | 99.43º | 0.95% | 0.22% | - |
| HSV(B) | 99.43º | 0.97% | 0.42% | - |
| XYZ | 6.22 | 11.16 | 1.91 | - |
| YUV | 75.4 | 87.14 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 3 | 0.64 | 0 | 0.97 | 0.58 | 99.43 | 0.95 | 0.22 |
| Hex | 27 | 6C | 3 | 40 | 0 | 61 | 3A | 63 | 5F | 16 |
| Octal | 47 | 154 | 3 | 100 | 0 | 141 | 72 | 143 | 137 | 26 |
| Binary | 100111 | 1101100 | 11 | 1000000 | 0 | 1100001 | 111010 | 1100011 | 1011111 | 10110 |
Color Harmonies of #276C03
Complementary color
Monochromatic Colors of #276C03
Black with #276C03
Text Example
Text Example
White with #276C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C03; }
p { color: rgb(39,108,3); }
H1.HeaderClassName
{
color: #276C03;
}
.AnyTagClassName
{
color: #276C03;
}
</style>
background-color css
<style>
a { background-color: #276C03; }
a { background-color: rgb(39,108,3); }
div.DivClassName
{
background-color: #276C03;
}
.BgClassName
{
background-color: #276C03;
}
</style>
border-color css
<style>
span { border-color: #276C03; }
span { border-color: rgb(39,108,3); }
td.TdClassName
{
border-color: #276C03;
}
.TagClassName
{
border-color: #276C03;
}
</style>