Shades of Bilbao #397C28
Tints of Bilbao #397C28
RGB
CMYK
RGB Variations
Color information
#397C28 (or 0x397C28) is known color: Bilbao. HEX triplet: 39, 7C and 28. RGB value is (57,124,40). Sum of RGB (Red+Green+Blue) = 57+124+40=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #397C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C28 is #C683D7. Grayscale: #5E5E5E. Windows color (decimal): -13009880 or 2653241. OLE color: 2653241.
HSL color Cylindrical-coordinate representation of color #397C28: hue angle of 107.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397C28 is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 124 | 40 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.51 |
| HSL | 107.86º | 0.51% | 0.32% | - |
| HSV(B) | 107.86º | 0.68% | 0.49% | - |
| XYZ | 9.28 | 15.44 | 4.5 | - |
| YUV | 94.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 40 | 0.54 | 0 | 0.68 | 0.51 | 107.86 | 0.51 | 0.32 |
| Hex | 39 | 7C | 28 | 36 | 0 | 44 | 33 | 6C | 33 | 20 |
| Octal | 71 | 174 | 50 | 66 | 0 | 104 | 63 | 154 | 63 | 40 |
| Binary | 111001 | 1111100 | 101000 | 110110 | 0 | 1000100 | 110011 | 1101100 | 110011 | 100000 |
Color Harmonies of #397C28
Complementary color
Monochromatic Colors of #397C28
Black with #397C28
Text Example
Text Example
White with #397C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C28; }
p { color: rgb(57,124,40); }
H1.HeaderClassName
{
color: #397C28;
}
.AnyTagClassName
{
color: #397C28;
}
</style>
background-color css
<style>
a { background-color: #397C28; }
a { background-color: rgb(57,124,40); }
div.DivClassName
{
background-color: #397C28;
}
.BgClassName
{
background-color: #397C28;
}
</style>
border-color css
<style>
span { border-color: #397C28; }
span { border-color: rgb(57,124,40); }
td.TdClassName
{
border-color: #397C28;
}
.TagClassName
{
border-color: #397C28;
}
</style>