Shades of Bilbao #397B0C
Tints of Bilbao #397B0C
RGB
CMYK
RGB Variations
Color information
#397B0C (or 0x397B0C) is known color: Bilbao. HEX triplet: 39, 7B and 0C. RGB value is (57,123,12). Sum of RGB (Red+Green+Blue) = 57+123+12=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #397B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397B0C is #C684F3. Grayscale: #5A5A5A. Windows color (decimal): -13010164 or 817977. OLE color: 817977.
HSL color Cylindrical-coordinate representation of color #397B0C: hue angle of 95.68º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #397B0C is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 123 | 12 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.52 |
| HSL | 95.68º | 0.82% | 0.26% | - |
| HSV(B) | 95.68º | 0.9% | 0.48% | - |
| XYZ | 8.84 | 15.06 | 2.79 | - |
| YUV | 90.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 12 | 0.54 | 0 | 0.90 | 0.52 | 95.68 | 0.82 | 0.26 |
| Hex | 39 | 7B | C | 36 | 0 | 5A | 34 | 60 | 52 | 1A |
| Octal | 71 | 173 | 14 | 66 | 0 | 132 | 64 | 140 | 122 | 32 |
| Binary | 111001 | 1111011 | 1100 | 110110 | 0 | 1011010 | 110100 | 1100000 | 1010010 | 11010 |
Color Harmonies of #397B0C
Complementary color
Monochromatic Colors of #397B0C
Black with #397B0C
Text Example
Text Example
White with #397B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B0C; }
p { color: rgb(57,123,12); }
H1.HeaderClassName
{
color: #397B0C;
}
.AnyTagClassName
{
color: #397B0C;
}
</style>
background-color css
<style>
a { background-color: #397B0C; }
a { background-color: rgb(57,123,12); }
div.DivClassName
{
background-color: #397B0C;
}
.BgClassName
{
background-color: #397B0C;
}
</style>
border-color css
<style>
span { border-color: #397B0C; }
span { border-color: rgb(57,123,12); }
td.TdClassName
{
border-color: #397B0C;
}
.TagClassName
{
border-color: #397B0C;
}
</style>