Shades of Bilbao #398E04
Tints of Bilbao #398E04
RGB
CMYK
RGB Variations
Color information
#398E04 (or 0x398E04) is known color: Bilbao. HEX triplet: 39, 8E and 04. RGB value is (57,142,4). Sum of RGB (Red+Green+Blue) = 57+142+4=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 142 (55.86% from 255 or 69.95% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 142 - color contains mainly: green. Hex color #398E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398E04 is #C671FB. Grayscale: #656565. Windows color (decimal): -13005308 or 298553. OLE color: 298553.
HSL color Cylindrical-coordinate representation of color #398E04: hue angle of 96.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #398E04 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 4 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.44 |
| HSL | 96.96º | 0.95% | 0.29% | - |
| HSV(B) | 96.96º | 0.97% | 0.56% | - |
| XYZ | 11.38 | 20.22 | 3.42 | - |
| YUV | 100.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 4 | 0.60 | 0 | 0.97 | 0.44 | 96.96 | 0.95 | 0.29 |
| Hex | 39 | 8E | 4 | 3C | 0 | 61 | 2C | 61 | 5F | 1D |
| Octal | 71 | 216 | 4 | 74 | 0 | 141 | 54 | 141 | 137 | 35 |
| Binary | 111001 | 10001110 | 100 | 111100 | 0 | 1100001 | 101100 | 1100001 | 1011111 | 11101 |
Color Harmonies of #398E04
Complementary color
Monochromatic Colors of #398E04
Black with #398E04
Text Example
Text Example
White with #398E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E04; }
p { color: rgb(57,142,4); }
H1.HeaderClassName
{
color: #398E04;
}
.AnyTagClassName
{
color: #398E04;
}
</style>
background-color css
<style>
a { background-color: #398E04; }
a { background-color: rgb(57,142,4); }
div.DivClassName
{
background-color: #398E04;
}
.BgClassName
{
background-color: #398E04;
}
</style>
border-color css
<style>
span { border-color: #398E04; }
span { border-color: rgb(57,142,4); }
td.TdClassName
{
border-color: #398E04;
}
.TagClassName
{
border-color: #398E04;
}
</style>