Shades of Bilbao #42762D
Tints of Bilbao #42762D
RGB
CMYK
RGB Variations
Color information
#42762D (or 0x42762D) is known color: Bilbao. HEX triplet: 42, 76 and 2D. RGB value is (66,118,45). Sum of RGB (Red+Green+Blue) = 66+118+45=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #42762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42762D is #BD89D2. Grayscale: #5E5E5E. Windows color (decimal): -12421587 or 2979394. OLE color: 2979394.
HSL color Cylindrical-coordinate representation of color #42762D: hue angle of 102.74º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42762D is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 45 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.54 |
| HSL | 102.74º | 0.45% | 0.32% | - |
| HSV(B) | 102.74º | 0.62% | 0.46% | - |
| XYZ | 9.2 | 14.3 | 4.76 | - |
| YUV | 94.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 45 | 0.44 | 0 | 0.62 | 0.54 | 102.74 | 0.45 | 0.32 |
| Hex | 42 | 76 | 2D | 2C | 0 | 3E | 36 | 67 | 2D | 20 |
| Octal | 102 | 166 | 55 | 54 | 0 | 76 | 66 | 147 | 55 | 40 |
| Binary | 1000010 | 1110110 | 101101 | 101100 | 0 | 111110 | 110110 | 1100111 | 101101 | 100000 |
Color Harmonies of #42762D
Complementary color
Monochromatic Colors of #42762D
Black with #42762D
Text Example
Text Example
White with #42762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42762D; }
p { color: rgb(66,118,45); }
H1.HeaderClassName
{
color: #42762D;
}
.AnyTagClassName
{
color: #42762D;
}
</style>
background-color css
<style>
a { background-color: #42762D; }
a { background-color: rgb(66,118,45); }
div.DivClassName
{
background-color: #42762D;
}
.BgClassName
{
background-color: #42762D;
}
</style>
border-color css
<style>
span { border-color: #42762D; }
span { border-color: rgb(66,118,45); }
td.TdClassName
{
border-color: #42762D;
}
.TagClassName
{
border-color: #42762D;
}
</style>