Shades of Bilbao #378105
Tints of Bilbao #378105
RGB
CMYK
RGB Variations
Color information
#378105 (or 0x378105) is known color: Bilbao. HEX triplet: 37, 81 and 05. RGB value is (55,129,5). Sum of RGB (Red+Green+Blue) = 55+129+5=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #378105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378105 is #C87EFA. Grayscale: #5D5D5D. Windows color (decimal): -13139707 or 360759. OLE color: 360759.
HSL color Cylindrical-coordinate representation of color #378105: hue angle of 95.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #378105 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 129 | 5 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.49 |
| HSL | 95.81º | 0.93% | 0.26% | - |
| HSV(B) | 95.81º | 0.96% | 0.51% | - |
| XYZ | 9.45 | 16.52 | 2.83 | - |
| YUV | 92.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 5 | 0.57 | 0 | 0.96 | 0.49 | 95.81 | 0.93 | 0.26 |
| Hex | 37 | 81 | 5 | 39 | 0 | 60 | 31 | 60 | 5D | 1A |
| Octal | 67 | 201 | 5 | 71 | 0 | 140 | 61 | 140 | 135 | 32 |
| Binary | 110111 | 10000001 | 101 | 111001 | 0 | 1100000 | 110001 | 1100000 | 1011101 | 11010 |
Color Harmonies of #378105
Complementary color
Monochromatic Colors of #378105
Black with #378105
Text Example
Text Example
White with #378105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378105; }
p { color: rgb(55,129,5); }
H1.HeaderClassName
{
color: #378105;
}
.AnyTagClassName
{
color: #378105;
}
</style>
background-color css
<style>
a { background-color: #378105; }
a { background-color: rgb(55,129,5); }
div.DivClassName
{
background-color: #378105;
}
.BgClassName
{
background-color: #378105;
}
</style>
border-color css
<style>
span { border-color: #378105; }
span { border-color: rgb(55,129,5); }
td.TdClassName
{
border-color: #378105;
}
.TagClassName
{
border-color: #378105;
}
</style>