Shades of Bilbao #42780C
Tints of Bilbao #42780C
RGB
CMYK
RGB Variations
Color information
#42780C (or 0x42780C) is known color: Bilbao. HEX triplet: 42, 78 and 0C. RGB value is (66,120,12). Sum of RGB (Red+Green+Blue) = 66+120+12=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #42780C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42780C is #BD87F3. Grayscale: #5B5B5B. Windows color (decimal): -12421108 or 817218. OLE color: 817218.
HSL color Cylindrical-coordinate representation of color #42780C: hue angle of 90º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42780C is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 12 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.53 |
| HSL | 90º | 0.82% | 0.26% | - |
| HSV(B) | 90º | 0.9% | 0.47% | - |
| XYZ | 9.03 | 14.62 | 2.69 | - |
| YUV | 91.54 | 83.11 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 12 | 0.45 | 0 | 0.90 | 0.53 | 90 | 0.82 | 0.26 |
| Hex | 42 | 78 | C | 2D | 0 | 5A | 35 | 5A | 52 | 1A |
| Octal | 102 | 170 | 14 | 55 | 0 | 132 | 65 | 132 | 122 | 32 |
| Binary | 1000010 | 1111000 | 1100 | 101101 | 0 | 1011010 | 110101 | 1011010 | 1010010 | 11010 |
Color Harmonies of #42780C
Complementary color
Monochromatic Colors of #42780C
Black with #42780C
Text Example
Text Example
White with #42780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42780C; }
p { color: rgb(66,120,12); }
H1.HeaderClassName
{
color: #42780C;
}
.AnyTagClassName
{
color: #42780C;
}
</style>
background-color css
<style>
a { background-color: #42780C; }
a { background-color: rgb(66,120,12); }
div.DivClassName
{
background-color: #42780C;
}
.BgClassName
{
background-color: #42780C;
}
</style>
border-color css
<style>
span { border-color: #42780C; }
span { border-color: rgb(66,120,12); }
td.TdClassName
{
border-color: #42780C;
}
.TagClassName
{
border-color: #42780C;
}
</style>