Shades of Bilbao #397A0D
Tints of Bilbao #397A0D
RGB
CMYK
RGB Variations
Color information
#397A0D (or 0x397A0D) is known color: Bilbao. HEX triplet: 39, 7A and 0D. RGB value is (57,122,13). Sum of RGB (Red+Green+Blue) = 57+122+13=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #397A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A0D is #C685F2. Grayscale: #5A5A5A. Windows color (decimal): -13010419 or 883257. OLE color: 883257.
HSL color Cylindrical-coordinate representation of color #397A0D: hue angle of 95.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #397A0D is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 13 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.52 |
| HSL | 95.78º | 0.81% | 0.26% | - |
| HSV(B) | 95.78º | 0.89% | 0.48% | - |
| XYZ | 8.72 | 14.82 | 2.78 | - |
| YUV | 90.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 13 | 0.53 | 0 | 0.89 | 0.52 | 95.78 | 0.81 | 0.26 |
| Hex | 39 | 7A | D | 35 | 0 | 59 | 34 | 60 | 51 | 1A |
| Octal | 71 | 172 | 15 | 65 | 0 | 131 | 64 | 140 | 121 | 32 |
| Binary | 111001 | 1111010 | 1101 | 110101 | 0 | 1011001 | 110100 | 1100000 | 1010001 | 11010 |
Color Harmonies of #397A0D
Complementary color
Monochromatic Colors of #397A0D
Black with #397A0D
Text Example
Text Example
White with #397A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A0D; }
p { color: rgb(57,122,13); }
H1.HeaderClassName
{
color: #397A0D;
}
.AnyTagClassName
{
color: #397A0D;
}
</style>
background-color css
<style>
a { background-color: #397A0D; }
a { background-color: rgb(57,122,13); }
div.DivClassName
{
background-color: #397A0D;
}
.BgClassName
{
background-color: #397A0D;
}
</style>
border-color css
<style>
span { border-color: #397A0D; }
span { border-color: rgb(57,122,13); }
td.TdClassName
{
border-color: #397A0D;
}
.TagClassName
{
border-color: #397A0D;
}
</style>