Shades of Bilbao #277201
Tints of Bilbao #277201
RGB
CMYK
RGB Variations
Color information
#277201 (or 0x277201) is known color: Bilbao. HEX triplet: 27, 72 and 01. RGB value is (39,114,1). Sum of RGB (Red+Green+Blue) = 39+114+1=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #277201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277201 is #D88DFE. Grayscale: #4F4F4F. Windows color (decimal): -14192127 or 94759. OLE color: 94759.
HSL color Cylindrical-coordinate representation of color #277201: hue angle of 99.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #277201 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.55 |
| HSL | 99.82º | 0.98% | 0.23% | - |
| HSV(B) | 99.82º | 0.99% | 0.45% | - |
| XYZ | 6.86 | 12.47 | 2.07 | - |
| YUV | 78.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 1 | 0.66 | 0 | 0.99 | 0.55 | 99.82 | 0.98 | 0.23 |
| Hex | 27 | 72 | 1 | 42 | 0 | 63 | 37 | 64 | 62 | 17 |
| Octal | 47 | 162 | 1 | 102 | 0 | 143 | 67 | 144 | 142 | 27 |
| Binary | 100111 | 1110010 | 1 | 1000010 | 0 | 1100011 | 110111 | 1100100 | 1100010 | 10111 |
Color Harmonies of #277201
Complementary color
Monochromatic Colors of #277201
Black with #277201
Text Example
Text Example
White with #277201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277201; }
p { color: rgb(39,114,1); }
H1.HeaderClassName
{
color: #277201;
}
.AnyTagClassName
{
color: #277201;
}
</style>
background-color css
<style>
a { background-color: #277201; }
a { background-color: rgb(39,114,1); }
div.DivClassName
{
background-color: #277201;
}
.BgClassName
{
background-color: #277201;
}
</style>
border-color css
<style>
span { border-color: #277201; }
span { border-color: rgb(39,114,1); }
td.TdClassName
{
border-color: #277201;
}
.TagClassName
{
border-color: #277201;
}
</style>