Shades of Bilbao #27760C
Tints of Bilbao #27760C
RGB
CMYK
RGB Variations
Color information
#27760C (or 0x27760C) is known color: Bilbao. HEX triplet: 27, 76 and 0C. RGB value is (39,118,12). Sum of RGB (Red+Green+Blue) = 39+118+12=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 118 (46.48% from 255 or 69.82% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 118 - color contains mainly: green. Hex color #27760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27760C is #D889F3. Grayscale: #525252. Windows color (decimal): -14191092 or 816679. OLE color: 816679.
HSL color Cylindrical-coordinate representation of color #27760C: hue angle of 104.72º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27760C is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 12 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.54 |
| HSL | 104.72º | 0.82% | 0.25% | - |
| HSV(B) | 104.72º | 0.9% | 0.46% | - |
| XYZ | 7.38 | 13.41 | 2.55 | - |
| YUV | 82.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 12 | 0.67 | 0 | 0.90 | 0.54 | 104.72 | 0.82 | 0.25 |
| Hex | 27 | 76 | C | 43 | 0 | 5A | 36 | 69 | 52 | 19 |
| Octal | 47 | 166 | 14 | 103 | 0 | 132 | 66 | 151 | 122 | 31 |
| Binary | 100111 | 1110110 | 1100 | 1000011 | 0 | 1011010 | 110110 | 1101001 | 1010010 | 11001 |
Color Harmonies of #27760C
Complementary color
Monochromatic Colors of #27760C
Black with #27760C
Text Example
Text Example
White with #27760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27760C; }
p { color: rgb(39,118,12); }
H1.HeaderClassName
{
color: #27760C;
}
.AnyTagClassName
{
color: #27760C;
}
</style>
background-color css
<style>
a { background-color: #27760C; }
a { background-color: rgb(39,118,12); }
div.DivClassName
{
background-color: #27760C;
}
.BgClassName
{
background-color: #27760C;
}
</style>
border-color css
<style>
span { border-color: #27760C; }
span { border-color: rgb(39,118,12); }
td.TdClassName
{
border-color: #27760C;
}
.TagClassName
{
border-color: #27760C;
}
</style>