Shades of Bilbao #27740D
Tints of Bilbao #27740D
RGB
CMYK
RGB Variations
Color information
#27740D (or 0x27740D) is known color: Bilbao. HEX triplet: 27, 74 and 0D. RGB value is (39,116,13). Sum of RGB (Red+Green+Blue) = 39+116+13=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 116 (45.70% from 255 or 69.05% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 116 - color contains mainly: green. Hex color #27740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27740D is #D88BF2. Grayscale: #515151. Windows color (decimal): -14191603 or 881703. OLE color: 881703.
HSL color Cylindrical-coordinate representation of color #27740D: hue angle of 104.85º degrees, saturation: 0.8, 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 #27740D is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 116 | 13 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.55 |
| HSL | 104.85º | 0.8% | 0.25% | - |
| HSV(B) | 104.85º | 0.89% | 0.45% | - |
| XYZ | 7.15 | 12.95 | 2.5 | - |
| YUV | 81.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 116 | 13 | 0.66 | 0 | 0.89 | 0.55 | 104.85 | 0.8 | 0.25 |
| Hex | 27 | 74 | D | 42 | 0 | 59 | 37 | 69 | 50 | 19 |
| Octal | 47 | 164 | 15 | 102 | 0 | 131 | 67 | 151 | 120 | 31 |
| Binary | 100111 | 1110100 | 1101 | 1000010 | 0 | 1011001 | 110111 | 1101001 | 1010000 | 11001 |
Color Harmonies of #27740D
Complementary color
Monochromatic Colors of #27740D
Black with #27740D
Text Example
Text Example
White with #27740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27740D; }
p { color: rgb(39,116,13); }
H1.HeaderClassName
{
color: #27740D;
}
.AnyTagClassName
{
color: #27740D;
}
</style>
background-color css
<style>
a { background-color: #27740D; }
a { background-color: rgb(39,116,13); }
div.DivClassName
{
background-color: #27740D;
}
.BgClassName
{
background-color: #27740D;
}
</style>
border-color css
<style>
span { border-color: #27740D; }
span { border-color: rgb(39,116,13); }
td.TdClassName
{
border-color: #27740D;
}
.TagClassName
{
border-color: #27740D;
}
</style>