Shades of Bilbao #398E07
Tints of Bilbao #398E07
RGB
CMYK
RGB Variations
Color information
#398E07 (or 0x398E07) is known color: Bilbao. HEX triplet: 39, 8E and 07. RGB value is (57,142,7). Sum of RGB (Red+Green+Blue) = 57+142+7=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #398E07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398E07 is #C671F8. Grayscale: #656565. Windows color (decimal): -13005305 or 495161. OLE color: 495161.
HSL color Cylindrical-coordinate representation of color #398E07: hue angle of 97.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #398E07 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 7 | - |
| CMYK | 0.60 | 0 | 0.95 | 0.44 |
| HSL | 97.78º | 0.91% | 0.29% | - |
| HSV(B) | 97.78º | 0.95% | 0.56% | - |
| XYZ | 11.4 | 20.23 | 3.51 | - |
| YUV | 101.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 7 | 0.60 | 0 | 0.95 | 0.44 | 97.78 | 0.91 | 0.29 |
| Hex | 39 | 8E | 7 | 3C | 0 | 5F | 2C | 62 | 5B | 1D |
| Octal | 71 | 216 | 7 | 74 | 0 | 137 | 54 | 142 | 133 | 35 |
| Binary | 111001 | 10001110 | 111 | 111100 | 0 | 1011111 | 101100 | 1100010 | 1011011 | 11101 |
Color Harmonies of #398E07
Complementary color
Monochromatic Colors of #398E07
Black with #398E07
Text Example
Text Example
White with #398E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E07; }
p { color: rgb(57,142,7); }
H1.HeaderClassName
{
color: #398E07;
}
.AnyTagClassName
{
color: #398E07;
}
</style>
background-color css
<style>
a { background-color: #398E07; }
a { background-color: rgb(57,142,7); }
div.DivClassName
{
background-color: #398E07;
}
.BgClassName
{
background-color: #398E07;
}
</style>
border-color css
<style>
span { border-color: #398E07; }
span { border-color: rgb(57,142,7); }
td.TdClassName
{
border-color: #398E07;
}
.TagClassName
{
border-color: #398E07;
}
</style>