Shades of Bilbao #397F05
Tints of Bilbao #397F05
RGB
CMYK
RGB Variations
Color information
#397F05 (or 0x397F05) is known color: Bilbao. HEX triplet: 39, 7F and 05. RGB value is (57,127,5). Sum of RGB (Red+Green+Blue) = 57+127+5=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 127 (50% from 255 or 67.20% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 127 - color contains mainly: green. Hex color #397F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F05 is #C680FA. Grayscale: #5C5C5C. Windows color (decimal): -13009147 or 360249. OLE color: 360249.
HSL color Cylindrical-coordinate representation of color #397F05: hue angle of 94.43º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #397F05 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 5 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.50 |
| HSL | 94.43º | 0.92% | 0.26% | - |
| HSV(B) | 94.43º | 0.96% | 0.5% | - |
| XYZ | 9.3 | 16.06 | 2.75 | - |
| YUV | 92.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 5 | 0.55 | 0 | 0.96 | 0.50 | 94.43 | 0.92 | 0.26 |
| Hex | 39 | 7F | 5 | 37 | 0 | 60 | 32 | 5E | 5C | 1A |
| Octal | 71 | 177 | 5 | 67 | 0 | 140 | 62 | 136 | 134 | 32 |
| Binary | 111001 | 1111111 | 101 | 110111 | 0 | 1100000 | 110010 | 1011110 | 1011100 | 11010 |
Color Harmonies of #397F05
Complementary color
Monochromatic Colors of #397F05
Black with #397F05
Text Example
Text Example
White with #397F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F05; }
p { color: rgb(57,127,5); }
H1.HeaderClassName
{
color: #397F05;
}
.AnyTagClassName
{
color: #397F05;
}
</style>
background-color css
<style>
a { background-color: #397F05; }
a { background-color: rgb(57,127,5); }
div.DivClassName
{
background-color: #397F05;
}
.BgClassName
{
background-color: #397F05;
}
</style>
border-color css
<style>
span { border-color: #397F05; }
span { border-color: rgb(57,127,5); }
td.TdClassName
{
border-color: #397F05;
}
.TagClassName
{
border-color: #397F05;
}
</style>