Shades of Bilbao #27750A
Tints of Bilbao #27750A
RGB
CMYK
RGB Variations
Color information
#27750A (or 0x27750A) is known color: Bilbao. HEX triplet: 27, 75 and 0A. RGB value is (39,117,10). Sum of RGB (Red+Green+Blue) = 39+117+10=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #27750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27750A is #D88AF5. Grayscale: #515151. Windows color (decimal): -14191350 or 685351. OLE color: 685351.
HSL color Cylindrical-coordinate representation of color #27750A: hue angle of 103.74º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27750A is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 117 | 10 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.54 |
| HSL | 103.74º | 0.84% | 0.25% | - |
| HSV(B) | 103.74º | 0.91% | 0.46% | - |
| XYZ | 7.25 | 13.18 | 2.45 | - |
| YUV | 81.48 | 87.66 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 117 | 10 | 0.67 | 0 | 0.91 | 0.54 | 103.74 | 0.84 | 0.25 |
| Hex | 27 | 75 | A | 43 | 0 | 5B | 36 | 68 | 54 | 19 |
| Octal | 47 | 165 | 12 | 103 | 0 | 133 | 66 | 150 | 124 | 31 |
| Binary | 100111 | 1110101 | 1010 | 1000011 | 0 | 1011011 | 110110 | 1101000 | 1010100 | 11001 |
Color Harmonies of #27750A
Complementary color
Monochromatic Colors of #27750A
Black with #27750A
Text Example
Text Example
White with #27750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27750A; }
p { color: rgb(39,117,10); }
H1.HeaderClassName
{
color: #27750A;
}
.AnyTagClassName
{
color: #27750A;
}
</style>
background-color css
<style>
a { background-color: #27750A; }
a { background-color: rgb(39,117,10); }
div.DivClassName
{
background-color: #27750A;
}
.BgClassName
{
background-color: #27750A;
}
</style>
border-color css
<style>
span { border-color: #27750A; }
span { border-color: rgb(39,117,10); }
td.TdClassName
{
border-color: #27750A;
}
.TagClassName
{
border-color: #27750A;
}
</style>