Shades of Bilbao #378A1F
Tints of Bilbao #378A1F
RGB
CMYK
RGB Variations
Color information
#378A1F (or 0x378A1F) is known color: Bilbao. HEX triplet: 37, 8A and 1F. RGB value is (55,138,31). Sum of RGB (Red+Green+Blue) = 55+138+31=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #378A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A1F is #C875E0. Grayscale: #656565. Windows color (decimal): -13137377 or 2066999. OLE color: 2066999.
HSL color Cylindrical-coordinate representation of color #378A1F: hue angle of 106.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #378A1F is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 138 | 31 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.46 |
| HSL | 106.54º | 0.63% | 0.33% | - |
| HSV(B) | 106.54º | 0.78% | 0.54% | - |
| XYZ | 10.91 | 19.09 | 4.41 | - |
| YUV | 100.99 | 88.5 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 138 | 31 | 0.60 | 0 | 0.78 | 0.46 | 106.54 | 0.63 | 0.33 |
| Hex | 37 | 8A | 1F | 3C | 0 | 4E | 2E | 6B | 3F | 21 |
| Octal | 67 | 212 | 37 | 74 | 0 | 116 | 56 | 153 | 77 | 41 |
| Binary | 110111 | 10001010 | 11111 | 111100 | 0 | 1001110 | 101110 | 1101011 | 111111 | 100001 |
Color Harmonies of #378A1F
Complementary color
Monochromatic Colors of #378A1F
Black with #378A1F
Text Example
Text Example
White with #378A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378A1F; }
p { color: rgb(55,138,31); }
H1.HeaderClassName
{
color: #378A1F;
}
.AnyTagClassName
{
color: #378A1F;
}
</style>
background-color css
<style>
a { background-color: #378A1F; }
a { background-color: rgb(55,138,31); }
div.DivClassName
{
background-color: #378A1F;
}
.BgClassName
{
background-color: #378A1F;
}
</style>
border-color css
<style>
span { border-color: #378A1F; }
span { border-color: rgb(55,138,31); }
td.TdClassName
{
border-color: #378A1F;
}
.TagClassName
{
border-color: #378A1F;
}
</style>