Shades of Bilbao #42780F
Tints of Bilbao #42780F
RGB
CMYK
RGB Variations
Color information
#42780F (or 0x42780F) is known color: Bilbao. HEX triplet: 42, 78 and 0F. RGB value is (66,120,15). Sum of RGB (Red+Green+Blue) = 66+120+15=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #42780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42780F is #BD87F0. Grayscale: #5C5C5C. Windows color (decimal): -12421105 or 1013826. OLE color: 1013826.
HSL color Cylindrical-coordinate representation of color #42780F: hue angle of 90.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42780F is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 15 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.53 |
| HSL | 90.86º | 0.78% | 0.26% | - |
| HSV(B) | 90.86º | 0.88% | 0.47% | - |
| XYZ | 9.05 | 14.63 | 2.8 | - |
| YUV | 91.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 15 | 0.45 | 0 | 0.87 | 0.53 | 90.86 | 0.78 | 0.26 |
| Hex | 42 | 78 | F | 2D | 0 | 57 | 35 | 5B | 4E | 1A |
| Octal | 102 | 170 | 17 | 55 | 0 | 127 | 65 | 133 | 116 | 32 |
| Binary | 1000010 | 1111000 | 1111 | 101101 | 0 | 1010111 | 110101 | 1011011 | 1001110 | 11010 |
Color Harmonies of #42780F
Complementary color
Monochromatic Colors of #42780F
Black with #42780F
Text Example
Text Example
White with #42780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42780F; }
p { color: rgb(66,120,15); }
H1.HeaderClassName
{
color: #42780F;
}
.AnyTagClassName
{
color: #42780F;
}
</style>
background-color css
<style>
a { background-color: #42780F; }
a { background-color: rgb(66,120,15); }
div.DivClassName
{
background-color: #42780F;
}
.BgClassName
{
background-color: #42780F;
}
</style>
border-color css
<style>
span { border-color: #42780F; }
span { border-color: rgb(66,120,15); }
td.TdClassName
{
border-color: #42780F;
}
.TagClassName
{
border-color: #42780F;
}
</style>