Shades of Bilbao #378700
Tints of Bilbao #378700
RGB
CMYK
RGB Variations
Color information
#378700 (or 0x378700) is known color: Bilbao. HEX triplet: 37, 87 and 00. RGB value is (55,135,0). Sum of RGB (Red+Green+Blue) = 55+135+0=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 135 (53.12% from 255 or 71.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 135 - color contains mainly: green. Hex color #378700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378700 is #C878FF. Grayscale: #606060. Windows color (decimal): -13138176 or 34615. OLE color: 34615.
HSL color Cylindrical-coordinate representation of color #378700: hue angle of 95.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378700 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 0 | - |
| CMYK | 0.59 | 0 | 1 | 0.47 |
| HSL | 95.56º | 1% | 0.26% | - |
| HSV(B) | 95.56º | 1% | 0.53% | - |
| XYZ | 10.24 | 18.14 | 2.96 | - |
| YUV | 95.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 0 | 0.59 | 0 | 1 | 0.47 | 95.56 | 1 | 0.26 |
| Hex | 37 | 87 | 0 | 3B | 0 | 64 | 2F | 60 | 64 | 1A |
| Octal | 67 | 207 | 0 | 73 | 0 | 144 | 57 | 140 | 144 | 32 |
| Binary | 110111 | 10000111 | 0 | 111011 | 0 | 1100100 | 101111 | 1100000 | 1100100 | 11010 |
Color Harmonies of #378700
Complementary color
Monochromatic Colors of #378700
Black with #378700
Text Example
Text Example
White with #378700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378700; }
p { color: rgb(55,135,0); }
H1.HeaderClassName
{
color: #378700;
}
.AnyTagClassName
{
color: #378700;
}
</style>
background-color css
<style>
a { background-color: #378700; }
a { background-color: rgb(55,135,0); }
div.DivClassName
{
background-color: #378700;
}
.BgClassName
{
background-color: #378700;
}
</style>
border-color css
<style>
span { border-color: #378700; }
span { border-color: rgb(55,135,0); }
td.TdClassName
{
border-color: #378700;
}
.TagClassName
{
border-color: #378700;
}
</style>