Shades of Bilbao #307B09
Tints of Bilbao #307B09
RGB
CMYK
RGB Variations
Color information
#307B09 (or 0x307B09) is known color: Bilbao. HEX triplet: 30, 7B and 09. RGB value is (48,123,9). Sum of RGB (Red+Green+Blue) = 48+123+9=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 123 (48.44% from 255 or 68.33% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 123 - color contains mainly: green. Hex color #307B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307B09 is #CF84F6. Grayscale: #575757. Windows color (decimal): -13599991 or 621360. OLE color: 621360.
HSL color Cylindrical-coordinate representation of color #307B09: hue angle of 99.47º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307B09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 123 | 9 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.52 |
| HSL | 99.47º | 0.86% | 0.26% | - |
| HSV(B) | 99.47º | 0.93% | 0.48% | - |
| XYZ | 8.35 | 14.81 | 2.68 | - |
| YUV | 87.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 9 | 0.61 | 0 | 0.93 | 0.52 | 99.47 | 0.86 | 0.26 |
| Hex | 30 | 7B | 9 | 3D | 0 | 5D | 34 | 63 | 56 | 1A |
| Octal | 60 | 173 | 11 | 75 | 0 | 135 | 64 | 143 | 126 | 32 |
| Binary | 110000 | 1111011 | 1001 | 111101 | 0 | 1011101 | 110100 | 1100011 | 1010110 | 11010 |
Color Harmonies of #307B09
Complementary color
Monochromatic Colors of #307B09
Black with #307B09
Text Example
Text Example
White with #307B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307B09; }
p { color: rgb(48,123,9); }
H1.HeaderClassName
{
color: #307B09;
}
.AnyTagClassName
{
color: #307B09;
}
</style>
background-color css
<style>
a { background-color: #307B09; }
a { background-color: rgb(48,123,9); }
div.DivClassName
{
background-color: #307B09;
}
.BgClassName
{
background-color: #307B09;
}
</style>
border-color css
<style>
span { border-color: #307B09; }
span { border-color: rgb(48,123,9); }
td.TdClassName
{
border-color: #307B09;
}
.TagClassName
{
border-color: #307B09;
}
</style>