Shades of Bilbao #276C04
Tints of Bilbao #276C04
RGB
CMYK
RGB Variations
Color information
#276C04 (or 0x276C04) is known color: Bilbao. HEX triplet: 27, 6C and 04. RGB value is (39,108,4). Sum of RGB (Red+Green+Blue) = 39+108+4=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #276C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276C04 is #D893FB. Grayscale: #4B4B4B. Windows color (decimal): -14193660 or 289831. OLE color: 289831.
HSL color Cylindrical-coordinate representation of color #276C04: hue angle of 99.81º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #276C04 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 4 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.58 |
| HSL | 99.81º | 0.93% | 0.22% | - |
| HSV(B) | 99.81º | 0.96% | 0.42% | - |
| XYZ | 6.22 | 11.17 | 1.94 | - |
| YUV | 75.51 | 87.64 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 4 | 0.64 | 0 | 0.96 | 0.58 | 99.81 | 0.93 | 0.22 |
| Hex | 27 | 6C | 4 | 40 | 0 | 60 | 3A | 64 | 5D | 16 |
| Octal | 47 | 154 | 4 | 100 | 0 | 140 | 72 | 144 | 135 | 26 |
| Binary | 100111 | 1101100 | 100 | 1000000 | 0 | 1100000 | 111010 | 1100100 | 1011101 | 10110 |
Color Harmonies of #276C04
Complementary color
Monochromatic Colors of #276C04
Black with #276C04
Text Example
Text Example
White with #276C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C04; }
p { color: rgb(39,108,4); }
H1.HeaderClassName
{
color: #276C04;
}
.AnyTagClassName
{
color: #276C04;
}
</style>
background-color css
<style>
a { background-color: #276C04; }
a { background-color: rgb(39,108,4); }
div.DivClassName
{
background-color: #276C04;
}
.BgClassName
{
background-color: #276C04;
}
</style>
border-color css
<style>
span { border-color: #276C04; }
span { border-color: rgb(39,108,4); }
td.TdClassName
{
border-color: #276C04;
}
.TagClassName
{
border-color: #276C04;
}
</style>