Shades of Bilbao #43851F
Tints of Bilbao #43851F
RGB
CMYK
RGB Variations
Color information
#43851F (or 0x43851F) is known color: Bilbao. HEX triplet: 43, 85 and 1F. RGB value is (67,133,31). Sum of RGB (Red+Green+Blue) = 67+133+31=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #43851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43851F is #BC7AE0. Grayscale: #656565. Windows color (decimal): -12352225 or 2065731. OLE color: 2065731.
HSL color Cylindrical-coordinate representation of color #43851F: hue angle of 98.82º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43851F is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 133 | 31 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.48 |
| HSL | 98.82º | 0.62% | 0.32% | - |
| HSV(B) | 98.82º | 0.77% | 0.52% | - |
| XYZ | 10.95 | 18.07 | 4.21 | - |
| YUV | 101.64 | 88.13 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 133 | 31 | 0.50 | 0 | 0.77 | 0.48 | 98.82 | 0.62 | 0.32 |
| Hex | 43 | 85 | 1F | 32 | 0 | 4D | 30 | 63 | 3E | 20 |
| Octal | 103 | 205 | 37 | 62 | 0 | 115 | 60 | 143 | 76 | 40 |
| Binary | 1000011 | 10000101 | 11111 | 110010 | 0 | 1001101 | 110000 | 1100011 | 111110 | 100000 |
Color Harmonies of #43851F
Complementary color
Monochromatic Colors of #43851F
Black with #43851F
Text Example
Text Example
White with #43851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43851F; }
p { color: rgb(67,133,31); }
H1.HeaderClassName
{
color: #43851F;
}
.AnyTagClassName
{
color: #43851F;
}
</style>
background-color css
<style>
a { background-color: #43851F; }
a { background-color: rgb(67,133,31); }
div.DivClassName
{
background-color: #43851F;
}
.BgClassName
{
background-color: #43851F;
}
</style>
border-color css
<style>
span { border-color: #43851F; }
span { border-color: rgb(67,133,31); }
td.TdClassName
{
border-color: #43851F;
}
.TagClassName
{
border-color: #43851F;
}
</style>