Shades of Bilbao #378A05
Tints of Bilbao #378A05
RGB
CMYK
RGB Variations
Color information
#378A05 (or 0x378A05) is known color: Bilbao. HEX triplet: 37, 8A and 05. RGB value is (55,138,5). Sum of RGB (Red+Green+Blue) = 55+138+5=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 138 (54.30% from 255 or 69.70% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 138 - color contains mainly: green. Hex color #378A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378A05 is #C875FA. Grayscale: #626262. Windows color (decimal): -13137403 or 363063. OLE color: 363063.
HSL color Cylindrical-coordinate representation of color #378A05: hue angle of 97.44º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #378A05 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 5 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.46 |
| HSL | 97.44º | 0.93% | 0.28% | - |
| HSV(B) | 97.44º | 0.96% | 0.54% | - |
| XYZ | 10.69 | 19 | 3.25 | - |
| YUV | 98.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 5 | 0.60 | 0 | 0.96 | 0.46 | 97.44 | 0.93 | 0.28 |
| Hex | 37 | 8A | 5 | 3C | 0 | 60 | 2E | 61 | 5D | 1C |
| Octal | 67 | 212 | 5 | 74 | 0 | 140 | 56 | 141 | 135 | 34 |
| Binary | 110111 | 10001010 | 101 | 111100 | 0 | 1100000 | 101110 | 1100001 | 1011101 | 11100 |
Color Harmonies of #378A05
Complementary color
Monochromatic Colors of #378A05
Black with #378A05
Text Example
Text Example
White with #378A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A05; }
p { color: rgb(55,138,5); }
H1.HeaderClassName
{
color: #378A05;
}
.AnyTagClassName
{
color: #378A05;
}
</style>
background-color css
<style>
a { background-color: #378A05; }
a { background-color: rgb(55,138,5); }
div.DivClassName
{
background-color: #378A05;
}
.BgClassName
{
background-color: #378A05;
}
</style>
border-color css
<style>
span { border-color: #378A05; }
span { border-color: rgb(55,138,5); }
td.TdClassName
{
border-color: #378A05;
}
.TagClassName
{
border-color: #378A05;
}
</style>