Shades of Bilbao #306D10
Tints of Bilbao #306D10
RGB
CMYK
RGB Variations
Color information
#306D10 (or 0x306D10) is known color: Bilbao. HEX triplet: 30, 6D and 10. RGB value is (48,109,16). Sum of RGB (Red+Green+Blue) = 48+109+16=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 109 (42.97% from 255 or 63.01% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 109 - color contains mainly: green. Hex color #306D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306D10 is #CF92EF. Grayscale: #505050. Windows color (decimal): -13603568 or 1076528. OLE color: 1076528.
HSL color Cylindrical-coordinate representation of color #306D10: hue angle of 99.35º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #306D10 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 16 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.57 |
| HSL | 99.35º | 0.74% | 0.25% | - |
| HSV(B) | 99.35º | 0.85% | 0.43% | - |
| XYZ | 6.78 | 11.6 | 2.37 | - |
| YUV | 80.16 | 91.79 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 16 | 0.56 | 0 | 0.85 | 0.57 | 99.35 | 0.74 | 0.25 |
| Hex | 30 | 6D | 10 | 38 | 0 | 55 | 39 | 63 | 4A | 19 |
| Octal | 60 | 155 | 20 | 70 | 0 | 125 | 71 | 143 | 112 | 31 |
| Binary | 110000 | 1101101 | 10000 | 111000 | 0 | 1010101 | 111001 | 1100011 | 1001010 | 11001 |
Color Harmonies of #306D10
Complementary color
Monochromatic Colors of #306D10
Black with #306D10
Text Example
Text Example
White with #306D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D10; }
p { color: rgb(48,109,16); }
H1.HeaderClassName
{
color: #306D10;
}
.AnyTagClassName
{
color: #306D10;
}
</style>
background-color css
<style>
a { background-color: #306D10; }
a { background-color: rgb(48,109,16); }
div.DivClassName
{
background-color: #306D10;
}
.BgClassName
{
background-color: #306D10;
}
</style>
border-color css
<style>
span { border-color: #306D10; }
span { border-color: rgb(48,109,16); }
td.TdClassName
{
border-color: #306D10;
}
.TagClassName
{
border-color: #306D10;
}
</style>