Shades of Bilbao #418A07
Tints of Bilbao #418A07
RGB
CMYK
RGB Variations
Color information
#418A07 (or 0x418A07) is known color: Bilbao. HEX triplet: 41, 8A and 07. RGB value is (65,138,7). Sum of RGB (Red+Green+Blue) = 65+138+7=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #418A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418A07 is #BE75F8. Grayscale: #656565. Windows color (decimal): -12482041 or 494145. OLE color: 494145.
HSL color Cylindrical-coordinate representation of color #418A07: hue angle of 93.44º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #418A07 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 138 | 7 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.46 |
| HSL | 93.44º | 0.9% | 0.28% | - |
| HSV(B) | 93.44º | 0.95% | 0.54% | - |
| XYZ | 11.31 | 19.32 | 3.33 | - |
| YUV | 101.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 138 | 7 | 0.53 | 0 | 0.95 | 0.46 | 93.44 | 0.9 | 0.28 |
| Hex | 41 | 8A | 7 | 35 | 0 | 5F | 2E | 5D | 5A | 1C |
| Octal | 101 | 212 | 7 | 65 | 0 | 137 | 56 | 135 | 132 | 34 |
| Binary | 1000001 | 10001010 | 111 | 110101 | 0 | 1011111 | 101110 | 1011101 | 1011010 | 11100 |
Color Harmonies of #418A07
Complementary color
Monochromatic Colors of #418A07
Black with #418A07
Text Example
Text Example
White with #418A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418A07; }
p { color: rgb(65,138,7); }
H1.HeaderClassName
{
color: #418A07;
}
.AnyTagClassName
{
color: #418A07;
}
</style>
background-color css
<style>
a { background-color: #418A07; }
a { background-color: rgb(65,138,7); }
div.DivClassName
{
background-color: #418A07;
}
.BgClassName
{
background-color: #418A07;
}
</style>
border-color css
<style>
span { border-color: #418A07; }
span { border-color: rgb(65,138,7); }
td.TdClassName
{
border-color: #418A07;
}
.TagClassName
{
border-color: #418A07;
}
</style>