Shades of Bilbao #42792C
Tints of Bilbao #42792C
RGB
CMYK
RGB Variations
Color information
#42792C (or 0x42792C) is known color: Bilbao. HEX triplet: 42, 79 and 2C. RGB value is (66,121,44). Sum of RGB (Red+Green+Blue) = 66+121+44=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #42792C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42792C is #BD86D3. Grayscale: #606060. Windows color (decimal): -12420820 or 2914626. OLE color: 2914626.
HSL color Cylindrical-coordinate representation of color #42792C: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42792C is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 44 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.53 |
| HSL | 102.86º | 0.47% | 0.32% | - |
| HSV(B) | 102.86º | 0.64% | 0.47% | - |
| XYZ | 9.54 | 15.01 | 4.78 | - |
| YUV | 95.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 44 | 0.45 | 0 | 0.64 | 0.53 | 102.86 | 0.47 | 0.32 |
| Hex | 42 | 79 | 2C | 2D | 0 | 40 | 35 | 67 | 2F | 20 |
| Octal | 102 | 171 | 54 | 55 | 0 | 100 | 65 | 147 | 57 | 40 |
| Binary | 1000010 | 1111001 | 101100 | 101101 | 0 | 1000000 | 110101 | 1100111 | 101111 | 100000 |
Color Harmonies of #42792C
Complementary color
Monochromatic Colors of #42792C
Black with #42792C
Text Example
Text Example
White with #42792C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42792C; }
p { color: rgb(66,121,44); }
H1.HeaderClassName
{
color: #42792C;
}
.AnyTagClassName
{
color: #42792C;
}
</style>
background-color css
<style>
a { background-color: #42792C; }
a { background-color: rgb(66,121,44); }
div.DivClassName
{
background-color: #42792C;
}
.BgClassName
{
background-color: #42792C;
}
</style>
border-color css
<style>
span { border-color: #42792C; }
span { border-color: rgb(66,121,44); }
td.TdClassName
{
border-color: #42792C;
}
.TagClassName
{
border-color: #42792C;
}
</style>