Shades of Bilbao #276D0C
Tints of Bilbao #276D0C
RGB
CMYK
RGB Variations
Color information
#276D0C (or 0x276D0C) is known color: Bilbao. HEX triplet: 27, 6D and 0C. RGB value is (39,109,12). Sum of RGB (Red+Green+Blue) = 39+109+12=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 109 (42.97% from 255 or 68.12% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 109 - color contains mainly: green. Hex color #276D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276D0C is #D892F3. Grayscale: #4D4D4D. Windows color (decimal): -14193396 or 814375. OLE color: 814375.
HSL color Cylindrical-coordinate representation of color #276D0C: hue angle of 103.3º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #276D0C is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 109 | 12 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.57 |
| HSL | 103.3º | 0.8% | 0.24% | - |
| HSV(B) | 103.3º | 0.89% | 0.43% | - |
| XYZ | 6.37 | 11.4 | 2.21 | - |
| YUV | 77.01 | 91.31 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 109 | 12 | 0.64 | 0 | 0.89 | 0.57 | 103.3 | 0.8 | 0.24 |
| Hex | 27 | 6D | C | 40 | 0 | 59 | 39 | 67 | 50 | 18 |
| Octal | 47 | 155 | 14 | 100 | 0 | 131 | 71 | 147 | 120 | 30 |
| Binary | 100111 | 1101101 | 1100 | 1000000 | 0 | 1011001 | 111001 | 1100111 | 1010000 | 11000 |
Color Harmonies of #276D0C
Complementary color
Monochromatic Colors of #276D0C
Black with #276D0C
Text Example
Text Example
White with #276D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276D0C; }
p { color: rgb(39,109,12); }
H1.HeaderClassName
{
color: #276D0C;
}
.AnyTagClassName
{
color: #276D0C;
}
</style>
background-color css
<style>
a { background-color: #276D0C; }
a { background-color: rgb(39,109,12); }
div.DivClassName
{
background-color: #276D0C;
}
.BgClassName
{
background-color: #276D0C;
}
</style>
border-color css
<style>
span { border-color: #276D0C; }
span { border-color: rgb(39,109,12); }
td.TdClassName
{
border-color: #276D0C;
}
.TagClassName
{
border-color: #276D0C;
}
</style>