Shades of Bilbao #39881F
Tints of Bilbao #39881F
RGB
CMYK
RGB Variations
Color information
#39881F (or 0x39881F) is known color: Bilbao. HEX triplet: 39, 88 and 1F. RGB value is (57,136,31). Sum of RGB (Red+Green+Blue) = 57+136+31=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #39881F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39881F is #C677E0. Grayscale: #646464. Windows color (decimal): -13006817 or 2066489. OLE color: 2066489.
HSL color Cylindrical-coordinate representation of color #39881F: hue angle of 105.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39881F is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 31 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.47 |
| HSL | 105.14º | 0.63% | 0.33% | - |
| HSV(B) | 105.14º | 0.77% | 0.53% | - |
| XYZ | 10.74 | 18.58 | 4.32 | - |
| YUV | 100.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 31 | 0.58 | 0 | 0.77 | 0.47 | 105.14 | 0.63 | 0.33 |
| Hex | 39 | 88 | 1F | 3A | 0 | 4D | 2F | 69 | 3F | 21 |
| Octal | 71 | 210 | 37 | 72 | 0 | 115 | 57 | 151 | 77 | 41 |
| Binary | 111001 | 10001000 | 11111 | 111010 | 0 | 1001101 | 101111 | 1101001 | 111111 | 100001 |
Color Harmonies of #39881F
Complementary color
Monochromatic Colors of #39881F
Black with #39881F
Text Example
Text Example
White with #39881F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39881F; }
p { color: rgb(57,136,31); }
H1.HeaderClassName
{
color: #39881F;
}
.AnyTagClassName
{
color: #39881F;
}
</style>
background-color css
<style>
a { background-color: #39881F; }
a { background-color: rgb(57,136,31); }
div.DivClassName
{
background-color: #39881F;
}
.BgClassName
{
background-color: #39881F;
}
</style>
border-color css
<style>
span { border-color: #39881F; }
span { border-color: rgb(57,136,31); }
td.TdClassName
{
border-color: #39881F;
}
.TagClassName
{
border-color: #39881F;
}
</style>