Shades of Bilbao #397A04
Tints of Bilbao #397A04
RGB
CMYK
RGB Variations
Color information
#397A04 (or 0x397A04) is known color: Bilbao. HEX triplet: 39, 7A and 04. RGB value is (57,122,4). Sum of RGB (Red+Green+Blue) = 57+122+4=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 122 (48.05% from 255 or 66.67% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 122 - color contains mainly: green. Hex color #397A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397A04 is #C685FB. Grayscale: #595959. Windows color (decimal): -13010428 or 293433. OLE color: 293433.
HSL color Cylindrical-coordinate representation of color #397A04: hue angle of 93.05º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #397A04 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 122 | 4 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.52 |
| HSL | 93.05º | 0.94% | 0.25% | - |
| HSV(B) | 93.05º | 0.97% | 0.48% | - |
| XYZ | 8.67 | 14.8 | 2.51 | - |
| YUV | 89.11 | 79.97 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 4 | 0.53 | 0 | 0.97 | 0.52 | 93.05 | 0.94 | 0.25 |
| Hex | 39 | 7A | 4 | 35 | 0 | 61 | 34 | 5D | 5E | 19 |
| Octal | 71 | 172 | 4 | 65 | 0 | 141 | 64 | 135 | 136 | 31 |
| Binary | 111001 | 1111010 | 100 | 110101 | 0 | 1100001 | 110100 | 1011101 | 1011110 | 11001 |
Color Harmonies of #397A04
Complementary color
Monochromatic Colors of #397A04
Black with #397A04
Text Example
Text Example
White with #397A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A04; }
p { color: rgb(57,122,4); }
H1.HeaderClassName
{
color: #397A04;
}
.AnyTagClassName
{
color: #397A04;
}
</style>
background-color css
<style>
a { background-color: #397A04; }
a { background-color: rgb(57,122,4); }
div.DivClassName
{
background-color: #397A04;
}
.BgClassName
{
background-color: #397A04;
}
</style>
border-color css
<style>
span { border-color: #397A04; }
span { border-color: rgb(57,122,4); }
td.TdClassName
{
border-color: #397A04;
}
.TagClassName
{
border-color: #397A04;
}
</style>