Shades of Bilbao #39701A
Tints of Bilbao #39701A
RGB
CMYK
RGB Variations
Color information
#39701A (or 0x39701A) is known color: Bilbao. HEX triplet: 39, 70 and 1A. RGB value is (57,112,26). Sum of RGB (Red+Green+Blue) = 57+112+26=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #39701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39701A is #C68FE5. Grayscale: #565656. Windows color (decimal): -13012966 or 1732665. OLE color: 1732665.
HSL color Cylindrical-coordinate representation of color #39701A: hue angle of 98.37º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39701A is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 112 | 26 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.56 |
| HSL | 98.37º | 0.62% | 0.27% | - |
| HSV(B) | 98.37º | 0.77% | 0.44% | - |
| XYZ | 7.67 | 12.53 | 2.99 | - |
| YUV | 85.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 26 | 0.49 | 0 | 0.77 | 0.56 | 98.37 | 0.62 | 0.27 |
| Hex | 39 | 70 | 1A | 31 | 0 | 4D | 38 | 62 | 3E | 1B |
| Octal | 71 | 160 | 32 | 61 | 0 | 115 | 70 | 142 | 76 | 33 |
| Binary | 111001 | 1110000 | 11010 | 110001 | 0 | 1001101 | 111000 | 1100010 | 111110 | 11011 |
Color Harmonies of #39701A
Complementary color
Monochromatic Colors of #39701A
Black with #39701A
Text Example
Text Example
White with #39701A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39701A; }
p { color: rgb(57,112,26); }
H1.HeaderClassName
{
color: #39701A;
}
.AnyTagClassName
{
color: #39701A;
}
</style>
background-color css
<style>
a { background-color: #39701A; }
a { background-color: rgb(57,112,26); }
div.DivClassName
{
background-color: #39701A;
}
.BgClassName
{
background-color: #39701A;
}
</style>
border-color css
<style>
span { border-color: #39701A; }
span { border-color: rgb(57,112,26); }
td.TdClassName
{
border-color: #39701A;
}
.TagClassName
{
border-color: #39701A;
}
</style>