Shades of Bilbao #398A07
Tints of Bilbao #398A07
RGB
CMYK
RGB Variations
Color information
#398A07 (or 0x398A07) is known color: Bilbao. HEX triplet: 39, 8A and 07. RGB value is (57,138,7). Sum of RGB (Red+Green+Blue) = 57+138+7=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #398A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398A07 is #C675F8. Grayscale: #636363. Windows color (decimal): -13006329 or 494137. OLE color: 494137.
HSL color Cylindrical-coordinate representation of color #398A07: hue angle of 97.1º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #398A07 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 7 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.46 |
| HSL | 97.1º | 0.9% | 0.28% | - |
| HSV(B) | 97.1º | 0.95% | 0.54% | - |
| XYZ | 10.81 | 19.06 | 3.31 | - |
| YUV | 98.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 7 | 0.59 | 0 | 0.95 | 0.46 | 97.1 | 0.9 | 0.28 |
| Hex | 39 | 8A | 7 | 3B | 0 | 5F | 2E | 61 | 5A | 1C |
| Octal | 71 | 212 | 7 | 73 | 0 | 137 | 56 | 141 | 132 | 34 |
| Binary | 111001 | 10001010 | 111 | 111011 | 0 | 1011111 | 101110 | 1100001 | 1011010 | 11100 |
Color Harmonies of #398A07
Complementary color
Monochromatic Colors of #398A07
Black with #398A07
Text Example
Text Example
White with #398A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A07; }
p { color: rgb(57,138,7); }
H1.HeaderClassName
{
color: #398A07;
}
.AnyTagClassName
{
color: #398A07;
}
</style>
background-color css
<style>
a { background-color: #398A07; }
a { background-color: rgb(57,138,7); }
div.DivClassName
{
background-color: #398A07;
}
.BgClassName
{
background-color: #398A07;
}
</style>
border-color css
<style>
span { border-color: #398A07; }
span { border-color: rgb(57,138,7); }
td.TdClassName
{
border-color: #398A07;
}
.TagClassName
{
border-color: #398A07;
}
</style>