Shades of Bilbao #267500
Tints of Bilbao #267500
RGB
CMYK
RGB Variations
Color information
#267500 (or 0x267500) is known color: Bilbao. HEX triplet: 26, 75 and 00. RGB value is (38,117,0). Sum of RGB (Red+Green+Blue) = 38+117+0=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #267500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #267500 is #D98AFF. Grayscale: #505050. Windows color (decimal): -14256896 or 29990. OLE color: 29990.
HSL color Cylindrical-coordinate representation of color #267500: hue angle of 100.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #267500 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 117 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.54 |
| HSL | 100.51º | 1% | 0.23% | - |
| HSV(B) | 100.51º | 1% | 0.46% | - |
| XYZ | 7.16 | 13.13 | 2.16 | - |
| YUV | 80.04 | 82.83 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 117 | 0 | 0.68 | 0 | 1 | 0.54 | 100.51 | 1 | 0.23 |
| Hex | 26 | 75 | 0 | 44 | 0 | 64 | 36 | 65 | 64 | 17 |
| Octal | 46 | 165 | 0 | 104 | 0 | 144 | 66 | 145 | 144 | 27 |
| Binary | 100110 | 1110101 | 0 | 1000100 | 0 | 1100100 | 110110 | 1100101 | 1100100 | 10111 |
Color Harmonies of #267500
Complementary color
Monochromatic Colors of #267500
Black with #267500
Text Example
Text Example
White with #267500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267500; }
p { color: rgb(38,117,0); }
H1.HeaderClassName
{
color: #267500;
}
.AnyTagClassName
{
color: #267500;
}
</style>
background-color css
<style>
a { background-color: #267500; }
a { background-color: rgb(38,117,0); }
div.DivClassName
{
background-color: #267500;
}
.BgClassName
{
background-color: #267500;
}
</style>
border-color css
<style>
span { border-color: #267500; }
span { border-color: rgb(38,117,0); }
td.TdClassName
{
border-color: #267500;
}
.TagClassName
{
border-color: #267500;
}
</style>