Shades of Bilbao #42762C
Tints of Bilbao #42762C
RGB
CMYK
RGB Variations
Color information
#42762C (or 0x42762C) is known color: Bilbao. HEX triplet: 42, 76 and 2C. RGB value is (66,118,44). Sum of RGB (Red+Green+Blue) = 66+118+44=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #42762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42762C is #BD89D3. Grayscale: #5E5E5E. Windows color (decimal): -12421588 or 2913858. OLE color: 2913858.
HSL color Cylindrical-coordinate representation of color #42762C: hue angle of 102.16º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42762C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 118 | 44 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.54 |
| HSL | 102.16º | 0.46% | 0.32% | - |
| HSV(B) | 102.16º | 0.63% | 0.46% | - |
| XYZ | 9.18 | 14.3 | 4.66 | - |
| YUV | 94.02 | 99.77 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 118 | 44 | 0.44 | 0 | 0.63 | 0.54 | 102.16 | 0.46 | 0.32 |
| Hex | 42 | 76 | 2C | 2C | 0 | 3F | 36 | 66 | 2E | 20 |
| Octal | 102 | 166 | 54 | 54 | 0 | 77 | 66 | 146 | 56 | 40 |
| Binary | 1000010 | 1110110 | 101100 | 101100 | 0 | 111111 | 110110 | 1100110 | 101110 | 100000 |
Color Harmonies of #42762C
Complementary color
Monochromatic Colors of #42762C
Black with #42762C
Text Example
Text Example
White with #42762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42762C; }
p { color: rgb(66,118,44); }
H1.HeaderClassName
{
color: #42762C;
}
.AnyTagClassName
{
color: #42762C;
}
</style>
background-color css
<style>
a { background-color: #42762C; }
a { background-color: rgb(66,118,44); }
div.DivClassName
{
background-color: #42762C;
}
.BgClassName
{
background-color: #42762C;
}
</style>
border-color css
<style>
span { border-color: #42762C; }
span { border-color: rgb(66,118,44); }
td.TdClassName
{
border-color: #42762C;
}
.TagClassName
{
border-color: #42762C;
}
</style>