Shades of Bilbao #397B0F
Tints of Bilbao #397B0F
RGB
CMYK
RGB Variations
Color information
#397B0F (or 0x397B0F) is known color: Bilbao. HEX triplet: 39, 7B and 0F. RGB value is (57,123,15). Sum of RGB (Red+Green+Blue) = 57+123+15=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #397B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B0F is #C684F0. Grayscale: #5B5B5B. Windows color (decimal): -13010161 or 1014585. OLE color: 1014585.
HSL color Cylindrical-coordinate representation of color #397B0F: hue angle of 96.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #397B0F is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 15 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.52 |
| HSL | 96.67º | 0.78% | 0.27% | - |
| HSV(B) | 96.67º | 0.88% | 0.48% | - |
| XYZ | 8.86 | 15.07 | 2.89 | - |
| YUV | 90.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 15 | 0.54 | 0 | 0.88 | 0.52 | 96.67 | 0.78 | 0.27 |
| Hex | 39 | 7B | F | 36 | 0 | 58 | 34 | 61 | 4E | 1B |
| Octal | 71 | 173 | 17 | 66 | 0 | 130 | 64 | 141 | 116 | 33 |
| Binary | 111001 | 1111011 | 1111 | 110110 | 0 | 1011000 | 110100 | 1100001 | 1001110 | 11011 |
Color Harmonies of #397B0F
Complementary color
Monochromatic Colors of #397B0F
Black with #397B0F
Text Example
Text Example
White with #397B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B0F; }
p { color: rgb(57,123,15); }
H1.HeaderClassName
{
color: #397B0F;
}
.AnyTagClassName
{
color: #397B0F;
}
</style>
background-color css
<style>
a { background-color: #397B0F; }
a { background-color: rgb(57,123,15); }
div.DivClassName
{
background-color: #397B0F;
}
.BgClassName
{
background-color: #397B0F;
}
</style>
border-color css
<style>
span { border-color: #397B0F; }
span { border-color: rgb(57,123,15); }
td.TdClassName
{
border-color: #397B0F;
}
.TagClassName
{
border-color: #397B0F;
}
</style>