Shades of Bilbao #397B15
Tints of Bilbao #397B15
RGB
CMYK
RGB Variations
Color information
#397B15 (or 0x397B15) is known color: Bilbao. HEX triplet: 39, 7B and 15. RGB value is (57,123,21). Sum of RGB (Red+Green+Blue) = 57+123+21=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #397B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B15 is #C684EA. Grayscale: #5B5B5B. Windows color (decimal): -13010155 or 1407801. OLE color: 1407801.
HSL color Cylindrical-coordinate representation of color #397B15: hue angle of 98.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #397B15 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 21 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.52 |
| HSL | 98.82º | 0.71% | 0.28% | - |
| HSV(B) | 98.82º | 0.83% | 0.48% | - |
| XYZ | 8.91 | 15.09 | 3.15 | - |
| YUV | 91.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 21 | 0.54 | 0 | 0.83 | 0.52 | 98.82 | 0.71 | 0.28 |
| Hex | 39 | 7B | 15 | 36 | 0 | 53 | 34 | 63 | 47 | 1C |
| Octal | 71 | 173 | 25 | 66 | 0 | 123 | 64 | 143 | 107 | 34 |
| Binary | 111001 | 1111011 | 10101 | 110110 | 0 | 1010011 | 110100 | 1100011 | 1000111 | 11100 |
Color Harmonies of #397B15
Complementary color
Monochromatic Colors of #397B15
Black with #397B15
Text Example
Text Example
White with #397B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B15; }
p { color: rgb(57,123,21); }
H1.HeaderClassName
{
color: #397B15;
}
.AnyTagClassName
{
color: #397B15;
}
</style>
background-color css
<style>
a { background-color: #397B15; }
a { background-color: rgb(57,123,21); }
div.DivClassName
{
background-color: #397B15;
}
.BgClassName
{
background-color: #397B15;
}
</style>
border-color css
<style>
span { border-color: #397B15; }
span { border-color: rgb(57,123,21); }
td.TdClassName
{
border-color: #397B15;
}
.TagClassName
{
border-color: #397B15;
}
</style>