Shades of Bilbao #42851F
Tints of Bilbao #42851F
RGB
CMYK
RGB Variations
Color information
#42851F (or 0x42851F) is known color: Bilbao. HEX triplet: 42, 85 and 1F. RGB value is (66,133,31). Sum of RGB (Red+Green+Blue) = 66+133+31=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #42851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42851F is #BD7AE0. Grayscale: #656565. Windows color (decimal): -12417761 or 2065730. OLE color: 2065730.
HSL color Cylindrical-coordinate representation of color #42851F: hue angle of 99.41º 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 #42851F is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 31 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.48 |
| HSL | 99.41º | 0.62% | 0.32% | - |
| HSV(B) | 99.41º | 0.77% | 0.52% | - |
| XYZ | 10.88 | 18.03 | 4.2 | - |
| YUV | 101.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 31 | 0.50 | 0 | 0.77 | 0.48 | 99.41 | 0.62 | 0.32 |
| Hex | 42 | 85 | 1F | 32 | 0 | 4D | 30 | 63 | 3E | 20 |
| Octal | 102 | 205 | 37 | 62 | 0 | 115 | 60 | 143 | 76 | 40 |
| Binary | 1000010 | 10000101 | 11111 | 110010 | 0 | 1001101 | 110000 | 1100011 | 111110 | 100000 |
Color Harmonies of #42851F
Complementary color
Monochromatic Colors of #42851F
Black with #42851F
Text Example
Text Example
White with #42851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42851F; }
p { color: rgb(66,133,31); }
H1.HeaderClassName
{
color: #42851F;
}
.AnyTagClassName
{
color: #42851F;
}
</style>
background-color css
<style>
a { background-color: #42851F; }
a { background-color: rgb(66,133,31); }
div.DivClassName
{
background-color: #42851F;
}
.BgClassName
{
background-color: #42851F;
}
</style>
border-color css
<style>
span { border-color: #42851F; }
span { border-color: rgb(66,133,31); }
td.TdClassName
{
border-color: #42851F;
}
.TagClassName
{
border-color: #42851F;
}
</style>