Shades of Bilbao #39742F
Tints of Bilbao #39742F
RGB
CMYK
RGB Variations
Color information
#39742F (or 0x39742F) is known color: Bilbao. HEX triplet: 39, 74 and 2F. RGB value is (57,116,47). Sum of RGB (Red+Green+Blue) = 57+116+47=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #39742F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39742F is #C68BD0. Grayscale: #5A5A5A. Windows color (decimal): -13011921 or 3109945. OLE color: 3109945.
HSL color Cylindrical-coordinate representation of color #39742F: hue angle of 111.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39742F is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 116 | 47 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.55 |
| HSL | 111.3º | 0.42% | 0.32% | - |
| HSV(B) | 111.3º | 0.59% | 0.45% | - |
| XYZ | 8.45 | 13.57 | 4.86 | - |
| YUV | 90.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 116 | 47 | 0.51 | 0 | 0.59 | 0.55 | 111.3 | 0.42 | 0.32 |
| Hex | 39 | 74 | 2F | 33 | 0 | 3B | 37 | 6F | 2A | 20 |
| Octal | 71 | 164 | 57 | 63 | 0 | 73 | 67 | 157 | 52 | 40 |
| Binary | 111001 | 1110100 | 101111 | 110011 | 0 | 111011 | 110111 | 1101111 | 101010 | 100000 |
Color Harmonies of #39742F
Complementary color
Monochromatic Colors of #39742F
Black with #39742F
Text Example
Text Example
White with #39742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39742F; }
p { color: rgb(57,116,47); }
H1.HeaderClassName
{
color: #39742F;
}
.AnyTagClassName
{
color: #39742F;
}
</style>
background-color css
<style>
a { background-color: #39742F; }
a { background-color: rgb(57,116,47); }
div.DivClassName
{
background-color: #39742F;
}
.BgClassName
{
background-color: #39742F;
}
</style>
border-color css
<style>
span { border-color: #39742F; }
span { border-color: rgb(57,116,47); }
td.TdClassName
{
border-color: #39742F;
}
.TagClassName
{
border-color: #39742F;
}
</style>