Shades of Bilbao #27720C
Tints of Bilbao #27720C
RGB
CMYK
RGB Variations
Color information
#27720C (or 0x27720C) is known color: Bilbao. HEX triplet: 27, 72 and 0C. RGB value is (39,114,12). Sum of RGB (Red+Green+Blue) = 39+114+12=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #27720C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27720C is #D88DF3. Grayscale: #505050. Windows color (decimal): -14192116 or 815655. OLE color: 815655.
HSL color Cylindrical-coordinate representation of color #27720C: hue angle of 104.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #27720C is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 114 | 12 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.55 |
| HSL | 104.12º | 0.81% | 0.25% | - |
| HSV(B) | 104.12º | 0.89% | 0.45% | - |
| XYZ | 6.92 | 12.49 | 2.39 | - |
| YUV | 79.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 114 | 12 | 0.66 | 0 | 0.89 | 0.55 | 104.12 | 0.81 | 0.25 |
| Hex | 27 | 72 | C | 42 | 0 | 59 | 37 | 68 | 51 | 19 |
| Octal | 47 | 162 | 14 | 102 | 0 | 131 | 67 | 150 | 121 | 31 |
| Binary | 100111 | 1110010 | 1100 | 1000010 | 0 | 1011001 | 110111 | 1101000 | 1010001 | 11001 |
Color Harmonies of #27720C
Complementary color
Monochromatic Colors of #27720C
Black with #27720C
Text Example
Text Example
White with #27720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27720C; }
p { color: rgb(39,114,12); }
H1.HeaderClassName
{
color: #27720C;
}
.AnyTagClassName
{
color: #27720C;
}
</style>
background-color css
<style>
a { background-color: #27720C; }
a { background-color: rgb(39,114,12); }
div.DivClassName
{
background-color: #27720C;
}
.BgClassName
{
background-color: #27720C;
}
</style>
border-color css
<style>
span { border-color: #27720C; }
span { border-color: rgb(39,114,12); }
td.TdClassName
{
border-color: #27720C;
}
.TagClassName
{
border-color: #27720C;
}
</style>