Shades of Bilbao #398C06
Tints of Bilbao #398C06
RGB
CMYK
RGB Variations
Color information
#398C06 (or 0x398C06) is known color: Bilbao. HEX triplet: 39, 8C and 06. RGB value is (57,140,6). Sum of RGB (Red+Green+Blue) = 57+140+6=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 140 (55.08% from 255 or 68.97% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 140 - color contains mainly: green. Hex color #398C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398C06 is #C673F9. Grayscale: #646464. Windows color (decimal): -13005818 or 429113. OLE color: 429113.
HSL color Cylindrical-coordinate representation of color #398C06: hue angle of 97.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #398C06 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 6 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.45 |
| HSL | 97.16º | 0.92% | 0.29% | - |
| HSV(B) | 97.16º | 0.96% | 0.55% | - |
| XYZ | 11.1 | 19.64 | 3.38 | - |
| YUV | 99.91 | 75 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 6 | 0.59 | 0 | 0.96 | 0.45 | 97.16 | 0.92 | 0.29 |
| Hex | 39 | 8C | 6 | 3B | 0 | 60 | 2D | 61 | 5C | 1D |
| Octal | 71 | 214 | 6 | 73 | 0 | 140 | 55 | 141 | 134 | 35 |
| Binary | 111001 | 10001100 | 110 | 111011 | 0 | 1100000 | 101101 | 1100001 | 1011100 | 11101 |
Color Harmonies of #398C06
Complementary color
Monochromatic Colors of #398C06
Black with #398C06
Text Example
Text Example
White with #398C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C06; }
p { color: rgb(57,140,6); }
H1.HeaderClassName
{
color: #398C06;
}
.AnyTagClassName
{
color: #398C06;
}
</style>
background-color css
<style>
a { background-color: #398C06; }
a { background-color: rgb(57,140,6); }
div.DivClassName
{
background-color: #398C06;
}
.BgClassName
{
background-color: #398C06;
}
</style>
border-color css
<style>
span { border-color: #398C06; }
span { border-color: rgb(57,140,6); }
td.TdClassName
{
border-color: #398C06;
}
.TagClassName
{
border-color: #398C06;
}
</style>