Shades of Bilbao #307C09
Tints of Bilbao #307C09
RGB
CMYK
RGB Variations
Color information
#307C09 (or 0x307C09) is known color: Bilbao. HEX triplet: 30, 7C and 09. RGB value is (48,124,9). Sum of RGB (Red+Green+Blue) = 48+124+9=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #307C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C09 is #CF83F6. Grayscale: #585858. Windows color (decimal): -13599735 or 621616. OLE color: 621616.
HSL color Cylindrical-coordinate representation of color #307C09: hue angle of 99.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #307C09 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 9 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.51 |
| HSL | 99.65º | 0.86% | 0.26% | - |
| HSV(B) | 99.65º | 0.93% | 0.49% | - |
| XYZ | 8.48 | 15.06 | 2.72 | - |
| YUV | 88.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 9 | 0.61 | 0 | 0.93 | 0.51 | 99.65 | 0.86 | 0.26 |
| Hex | 30 | 7C | 9 | 3D | 0 | 5D | 33 | 64 | 56 | 1A |
| Octal | 60 | 174 | 11 | 75 | 0 | 135 | 63 | 144 | 126 | 32 |
| Binary | 110000 | 1111100 | 1001 | 111101 | 0 | 1011101 | 110011 | 1100100 | 1010110 | 11010 |
Color Harmonies of #307C09
Complementary color
Monochromatic Colors of #307C09
Black with #307C09
Text Example
Text Example
White with #307C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C09; }
p { color: rgb(48,124,9); }
H1.HeaderClassName
{
color: #307C09;
}
.AnyTagClassName
{
color: #307C09;
}
</style>
background-color css
<style>
a { background-color: #307C09; }
a { background-color: rgb(48,124,9); }
div.DivClassName
{
background-color: #307C09;
}
.BgClassName
{
background-color: #307C09;
}
</style>
border-color css
<style>
span { border-color: #307C09; }
span { border-color: rgb(48,124,9); }
td.TdClassName
{
border-color: #307C09;
}
.TagClassName
{
border-color: #307C09;
}
</style>