Shades of Bilbao #42812D
Tints of Bilbao #42812D
RGB
CMYK
RGB Variations
Color information
#42812D (or 0x42812D) is known color: Bilbao. HEX triplet: 42, 81 and 2D. RGB value is (66,129,45). Sum of RGB (Red+Green+Blue) = 66+129+45=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #42812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42812D is #BD7ED2. Grayscale: #646464. Windows color (decimal): -12418771 or 2982210. OLE color: 2982210.
HSL color Cylindrical-coordinate representation of color #42812D: hue angle of 105º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42812D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 129 | 45 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.49 |
| HSL | 105º | 0.48% | 0.34% | - |
| HSV(B) | 105º | 0.65% | 0.51% | - |
| XYZ | 10.57 | 17.05 | 5.22 | - |
| YUV | 100.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 45 | 0.49 | 0 | 0.65 | 0.49 | 105 | 0.48 | 0.34 |
| Hex | 42 | 81 | 2D | 31 | 0 | 41 | 31 | 69 | 30 | 22 |
| Octal | 102 | 201 | 55 | 61 | 0 | 101 | 61 | 151 | 60 | 42 |
| Binary | 1000010 | 10000001 | 101101 | 110001 | 0 | 1000001 | 110001 | 1101001 | 110000 | 100010 |
Color Harmonies of #42812D
Complementary color
Monochromatic Colors of #42812D
Black with #42812D
Text Example
Text Example
White with #42812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42812D; }
p { color: rgb(66,129,45); }
H1.HeaderClassName
{
color: #42812D;
}
.AnyTagClassName
{
color: #42812D;
}
</style>
background-color css
<style>
a { background-color: #42812D; }
a { background-color: rgb(66,129,45); }
div.DivClassName
{
background-color: #42812D;
}
.BgClassName
{
background-color: #42812D;
}
</style>
border-color css
<style>
span { border-color: #42812D; }
span { border-color: rgb(66,129,45); }
td.TdClassName
{
border-color: #42812D;
}
.TagClassName
{
border-color: #42812D;
}
</style>