Shades of Bilbao #397B07
Tints of Bilbao #397B07
RGB
CMYK
RGB Variations
Color information
#397B07 (or 0x397B07) is known color: Bilbao. HEX triplet: 39, 7B and 07. RGB value is (57,123,7). Sum of RGB (Red+Green+Blue) = 57+123+7=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 123 (48.44% from 255 or 65.78% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 123 - color contains mainly: green. Hex color #397B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B07 is #C684F8. Grayscale: #5A5A5A. Windows color (decimal): -13010169 or 490297. OLE color: 490297.
HSL color Cylindrical-coordinate representation of color #397B07: hue angle of 94.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #397B07 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 7 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.52 |
| HSL | 94.14º | 0.89% | 0.25% | - |
| HSV(B) | 94.14º | 0.94% | 0.48% | - |
| XYZ | 8.81 | 15.05 | 2.64 | - |
| YUV | 90.04 | 81.13 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 7 | 0.54 | 0 | 0.94 | 0.52 | 94.14 | 0.89 | 0.25 |
| Hex | 39 | 7B | 7 | 36 | 0 | 5E | 34 | 5E | 59 | 19 |
| Octal | 71 | 173 | 7 | 66 | 0 | 136 | 64 | 136 | 131 | 31 |
| Binary | 111001 | 1111011 | 111 | 110110 | 0 | 1011110 | 110100 | 1011110 | 1011001 | 11001 |
Color Harmonies of #397B07
Complementary color
Monochromatic Colors of #397B07
Black with #397B07
Text Example
Text Example
White with #397B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B07; }
p { color: rgb(57,123,7); }
H1.HeaderClassName
{
color: #397B07;
}
.AnyTagClassName
{
color: #397B07;
}
</style>
background-color css
<style>
a { background-color: #397B07; }
a { background-color: rgb(57,123,7); }
div.DivClassName
{
background-color: #397B07;
}
.BgClassName
{
background-color: #397B07;
}
</style>
border-color css
<style>
span { border-color: #397B07; }
span { border-color: rgb(57,123,7); }
td.TdClassName
{
border-color: #397B07;
}
.TagClassName
{
border-color: #397B07;
}
</style>