Shades of Bilbao #398E05
Tints of Bilbao #398E05
RGB
CMYK
RGB Variations
Color information
#398E05 (or 0x398E05) is known color: Bilbao. HEX triplet: 39, 8E and 05. RGB value is (57,142,5). Sum of RGB (Red+Green+Blue) = 57+142+5=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 142 (55.86% from 255 or 69.61% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 142 - color contains mainly: green. Hex color #398E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398E05 is #C671FA. Grayscale: #656565. Windows color (decimal): -13005307 or 364089. OLE color: 364089.
HSL color Cylindrical-coordinate representation of color #398E05: hue angle of 97.23º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #398E05 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 5 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.44 |
| HSL | 97.23º | 0.93% | 0.29% | - |
| HSV(B) | 97.23º | 0.96% | 0.56% | - |
| XYZ | 11.39 | 20.23 | 3.45 | - |
| YUV | 100.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 5 | 0.60 | 0 | 0.96 | 0.44 | 97.23 | 0.93 | 0.29 |
| Hex | 39 | 8E | 5 | 3C | 0 | 60 | 2C | 61 | 5D | 1D |
| Octal | 71 | 216 | 5 | 74 | 0 | 140 | 54 | 141 | 135 | 35 |
| Binary | 111001 | 10001110 | 101 | 111100 | 0 | 1100000 | 101100 | 1100001 | 1011101 | 11101 |
Color Harmonies of #398E05
Complementary color
Monochromatic Colors of #398E05
Black with #398E05
Text Example
Text Example
White with #398E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E05; }
p { color: rgb(57,142,5); }
H1.HeaderClassName
{
color: #398E05;
}
.AnyTagClassName
{
color: #398E05;
}
</style>
background-color css
<style>
a { background-color: #398E05; }
a { background-color: rgb(57,142,5); }
div.DivClassName
{
background-color: #398E05;
}
.BgClassName
{
background-color: #398E05;
}
</style>
border-color css
<style>
span { border-color: #398E05; }
span { border-color: rgb(57,142,5); }
td.TdClassName
{
border-color: #398E05;
}
.TagClassName
{
border-color: #398E05;
}
</style>