Shades of Bilbao #308216
Tints of Bilbao #308216
RGB
CMYK
RGB Variations
Color information
#308216 (or 0x308216) is known color: Bilbao. HEX triplet: 30, 82 and 16. RGB value is (48,130,22). Sum of RGB (Red+Green+Blue) = 48+130+22=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #308216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308216 is #CF7DE9. Grayscale: #5D5D5D. Windows color (decimal): -13598186 or 1475120. OLE color: 1475120.
HSL color Cylindrical-coordinate representation of color #308216: hue angle of 105.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #308216 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 22 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.49 |
| HSL | 105.56º | 0.71% | 0.3% | - |
| HSV(B) | 105.56º | 0.83% | 0.51% | - |
| XYZ | 9.35 | 16.65 | 3.48 | - |
| YUV | 93.17 | 87.83 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 22 | 0.63 | 0 | 0.83 | 0.49 | 105.56 | 0.71 | 0.3 |
| Hex | 30 | 82 | 16 | 3F | 0 | 53 | 31 | 6A | 47 | 1E |
| Octal | 60 | 202 | 26 | 77 | 0 | 123 | 61 | 152 | 107 | 36 |
| Binary | 110000 | 10000010 | 10110 | 111111 | 0 | 1010011 | 110001 | 1101010 | 1000111 | 11110 |
Color Harmonies of #308216
Complementary color
Monochromatic Colors of #308216
Black with #308216
Text Example
Text Example
White with #308216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308216; }
p { color: rgb(48,130,22); }
H1.HeaderClassName
{
color: #308216;
}
.AnyTagClassName
{
color: #308216;
}
</style>
background-color css
<style>
a { background-color: #308216; }
a { background-color: rgb(48,130,22); }
div.DivClassName
{
background-color: #308216;
}
.BgClassName
{
background-color: #308216;
}
</style>
border-color css
<style>
span { border-color: #308216; }
span { border-color: rgb(48,130,22); }
td.TdClassName
{
border-color: #308216;
}
.TagClassName
{
border-color: #308216;
}
</style>