Shades of Bilbao #308113
Tints of Bilbao #308113
RGB
CMYK
RGB Variations
Color information
#308113 (or 0x308113) is known color: Bilbao. HEX triplet: 30, 81 and 13. RGB value is (48,129,19). Sum of RGB (Red+Green+Blue) = 48+129+19=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #308113 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308113 is #CF7EEC. Grayscale: #5C5C5C. Windows color (decimal): -13598445 or 1278256. OLE color: 1278256.
HSL color Cylindrical-coordinate representation of color #308113: hue angle of 104.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #308113 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 19 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.49 |
| HSL | 104.18º | 0.74% | 0.29% | - |
| HSV(B) | 104.18º | 0.85% | 0.51% | - |
| XYZ | 9.19 | 16.38 | 3.29 | - |
| YUV | 92.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 19 | 0.63 | 0 | 0.85 | 0.49 | 104.18 | 0.74 | 0.29 |
| Hex | 30 | 81 | 13 | 3F | 0 | 55 | 31 | 68 | 4A | 1D |
| Octal | 60 | 201 | 23 | 77 | 0 | 125 | 61 | 150 | 112 | 35 |
| Binary | 110000 | 10000001 | 10011 | 111111 | 0 | 1010101 | 110001 | 1101000 | 1001010 | 11101 |
Color Harmonies of #308113
Complementary color
Monochromatic Colors of #308113
Black with #308113
Text Example
Text Example
White with #308113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308113; }
p { color: rgb(48,129,19); }
H1.HeaderClassName
{
color: #308113;
}
.AnyTagClassName
{
color: #308113;
}
</style>
background-color css
<style>
a { background-color: #308113; }
a { background-color: rgb(48,129,19); }
div.DivClassName
{
background-color: #308113;
}
.BgClassName
{
background-color: #308113;
}
</style>
border-color css
<style>
span { border-color: #308113; }
span { border-color: rgb(48,129,19); }
td.TdClassName
{
border-color: #308113;
}
.TagClassName
{
border-color: #308113;
}
</style>