Shades of Bilbao #378800
Tints of Bilbao #378800
RGB
CMYK
RGB Variations
Color information
#378800 (or 0x378800) is known color: Bilbao. HEX triplet: 37, 88 and 00. RGB value is (55,136,0). Sum of RGB (Red+Green+Blue) = 55+136+0=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 136 (53.52% from 255 or 71.20% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 136 - color contains mainly: green. Hex color #378800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378800 is #C877FF. Grayscale: #606060. Windows color (decimal): -13137920 or 34871. OLE color: 34871.
HSL color Cylindrical-coordinate representation of color #378800: hue angle of 95.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #378800 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.47 |
| HSL | 95.74º | 1% | 0.27% | - |
| HSV(B) | 95.74º | 1% | 0.53% | - |
| XYZ | 10.38 | 18.42 | 3.01 | - |
| YUV | 96.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 0 | 0.60 | 0 | 1 | 0.47 | 95.74 | 1 | 0.27 |
| Hex | 37 | 88 | 0 | 3C | 0 | 64 | 2F | 60 | 64 | 1B |
| Octal | 67 | 210 | 0 | 74 | 0 | 144 | 57 | 140 | 144 | 33 |
| Binary | 110111 | 10001000 | 0 | 111100 | 0 | 1100100 | 101111 | 1100000 | 1100100 | 11011 |
Color Harmonies of #378800
Complementary color
Monochromatic Colors of #378800
Black with #378800
Text Example
Text Example
White with #378800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378800; }
p { color: rgb(55,136,0); }
H1.HeaderClassName
{
color: #378800;
}
.AnyTagClassName
{
color: #378800;
}
</style>
background-color css
<style>
a { background-color: #378800; }
a { background-color: rgb(55,136,0); }
div.DivClassName
{
background-color: #378800;
}
.BgClassName
{
background-color: #378800;
}
</style>
border-color css
<style>
span { border-color: #378800; }
span { border-color: rgb(55,136,0); }
td.TdClassName
{
border-color: #378800;
}
.TagClassName
{
border-color: #378800;
}
</style>