Shades of Bilbao #397F03
Tints of Bilbao #397F03
RGB
CMYK
RGB Variations
Color information
#397F03 (or 0x397F03) is known color: Bilbao. HEX triplet: 39, 7F and 03. RGB value is (57,127,3). Sum of RGB (Red+Green+Blue) = 57+127+3=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 127 (50% from 255 or 67.91% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 127 - color contains mainly: green. Hex color #397F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397F03 is #C680FC. Grayscale: #5C5C5C. Windows color (decimal): -13009149 or 229177. OLE color: 229177.
HSL color Cylindrical-coordinate representation of color #397F03: hue angle of 93.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #397F03 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 127 | 3 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.50 |
| HSL | 93.87º | 0.95% | 0.25% | - |
| HSV(B) | 93.87º | 0.98% | 0.5% | - |
| XYZ | 9.29 | 16.06 | 2.7 | - |
| YUV | 91.93 | 77.81 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 3 | 0.55 | 0 | 0.98 | 0.50 | 93.87 | 0.95 | 0.25 |
| Hex | 39 | 7F | 3 | 37 | 0 | 62 | 32 | 5E | 5F | 19 |
| Octal | 71 | 177 | 3 | 67 | 0 | 142 | 62 | 136 | 137 | 31 |
| Binary | 111001 | 1111111 | 11 | 110111 | 0 | 1100010 | 110010 | 1011110 | 1011111 | 11001 |
Color Harmonies of #397F03
Complementary color
Monochromatic Colors of #397F03
Black with #397F03
Text Example
Text Example
White with #397F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F03; }
p { color: rgb(57,127,3); }
H1.HeaderClassName
{
color: #397F03;
}
.AnyTagClassName
{
color: #397F03;
}
</style>
background-color css
<style>
a { background-color: #397F03; }
a { background-color: rgb(57,127,3); }
div.DivClassName
{
background-color: #397F03;
}
.BgClassName
{
background-color: #397F03;
}
</style>
border-color css
<style>
span { border-color: #397F03; }
span { border-color: rgb(57,127,3); }
td.TdClassName
{
border-color: #397F03;
}
.TagClassName
{
border-color: #397F03;
}
</style>