Shades of Bilbao #27700D
Tints of Bilbao #27700D
RGB
CMYK
RGB Variations
Color information
#27700D (or 0x27700D) is known color: Bilbao. HEX triplet: 27, 70 and 0D. RGB value is (39,112,13). Sum of RGB (Red+Green+Blue) = 39+112+13=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #27700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27700D is #D88FF2. Grayscale: #4F4F4F. Windows color (decimal): -14192627 or 880679. OLE color: 880679.
HSL color Cylindrical-coordinate representation of color #27700D: hue angle of 104.24º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27700D is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 112 | 13 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.56 |
| HSL | 104.24º | 0.79% | 0.25% | - |
| HSV(B) | 104.24º | 0.88% | 0.44% | - |
| XYZ | 6.7 | 12.05 | 2.35 | - |
| YUV | 78.89 | 90.82 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 13 | 0.65 | 0 | 0.88 | 0.56 | 104.24 | 0.79 | 0.25 |
| Hex | 27 | 70 | D | 41 | 0 | 58 | 38 | 68 | 4F | 19 |
| Octal | 47 | 160 | 15 | 101 | 0 | 130 | 70 | 150 | 117 | 31 |
| Binary | 100111 | 1110000 | 1101 | 1000001 | 0 | 1011000 | 111000 | 1101000 | 1001111 | 11001 |
Color Harmonies of #27700D
Complementary color
Monochromatic Colors of #27700D
Black with #27700D
Text Example
Text Example
White with #27700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27700D; }
p { color: rgb(39,112,13); }
H1.HeaderClassName
{
color: #27700D;
}
.AnyTagClassName
{
color: #27700D;
}
</style>
background-color css
<style>
a { background-color: #27700D; }
a { background-color: rgb(39,112,13); }
div.DivClassName
{
background-color: #27700D;
}
.BgClassName
{
background-color: #27700D;
}
</style>
border-color css
<style>
span { border-color: #27700D; }
span { border-color: rgb(39,112,13); }
td.TdClassName
{
border-color: #27700D;
}
.TagClassName
{
border-color: #27700D;
}
</style>