Shades of Bilbao #30740A
Tints of Bilbao #30740A
RGB
CMYK
RGB Variations
Color information
#30740A (or 0x30740A) is known color: Bilbao. HEX triplet: 30, 74 and 0A. RGB value is (48,116,10). Sum of RGB (Red+Green+Blue) = 48+116+10=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #30740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30740A is #CF8BF5. Grayscale: #535353. Windows color (decimal): -13601782 or 685104. OLE color: 685104.
HSL color Cylindrical-coordinate representation of color #30740A: hue angle of 98.49º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30740A is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 10 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.55 |
| HSL | 98.49º | 0.84% | 0.25% | - |
| HSV(B) | 98.49º | 0.91% | 0.45% | - |
| XYZ | 7.52 | 13.14 | 2.43 | - |
| YUV | 83.58 | 86.47 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 10 | 0.59 | 0 | 0.91 | 0.55 | 98.49 | 0.84 | 0.25 |
| Hex | 30 | 74 | A | 3B | 0 | 5B | 37 | 62 | 54 | 19 |
| Octal | 60 | 164 | 12 | 73 | 0 | 133 | 67 | 142 | 124 | 31 |
| Binary | 110000 | 1110100 | 1010 | 111011 | 0 | 1011011 | 110111 | 1100010 | 1010100 | 11001 |
Color Harmonies of #30740A
Complementary color
Monochromatic Colors of #30740A
Black with #30740A
Text Example
Text Example
White with #30740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30740A; }
p { color: rgb(48,116,10); }
H1.HeaderClassName
{
color: #30740A;
}
.AnyTagClassName
{
color: #30740A;
}
</style>
background-color css
<style>
a { background-color: #30740A; }
a { background-color: rgb(48,116,10); }
div.DivClassName
{
background-color: #30740A;
}
.BgClassName
{
background-color: #30740A;
}
</style>
border-color css
<style>
span { border-color: #30740A; }
span { border-color: rgb(48,116,10); }
td.TdClassName
{
border-color: #30740A;
}
.TagClassName
{
border-color: #30740A;
}
</style>