Shades of Bilbao #42790E
Tints of Bilbao #42790E
RGB
CMYK
RGB Variations
Color information
#42790E (or 0x42790E) is known color: Bilbao. HEX triplet: 42, 79 and 0E. RGB value is (66,121,14). Sum of RGB (Red+Green+Blue) = 66+121+14=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 121 (47.66% from 255 or 60.20% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 121 - color contains mainly: green. Hex color #42790E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42790E is #BD86F1. Grayscale: #5C5C5C. Windows color (decimal): -12420850 or 948546. OLE color: 948546.
HSL color Cylindrical-coordinate representation of color #42790E: hue angle of 90.84º degrees, saturation: 0.79, 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 #42790E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 121 | 14 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.53 |
| HSL | 90.84º | 0.79% | 0.26% | - |
| HSV(B) | 90.84º | 0.88% | 0.47% | - |
| XYZ | 9.16 | 14.86 | 2.8 | - |
| YUV | 92.36 | 83.78 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 121 | 14 | 0.45 | 0 | 0.88 | 0.53 | 90.84 | 0.79 | 0.26 |
| Hex | 42 | 79 | E | 2D | 0 | 58 | 35 | 5B | 4F | 1A |
| Octal | 102 | 171 | 16 | 55 | 0 | 130 | 65 | 133 | 117 | 32 |
| Binary | 1000010 | 1111001 | 1110 | 101101 | 0 | 1011000 | 110101 | 1011011 | 1001111 | 11010 |
Color Harmonies of #42790E
Complementary color
Monochromatic Colors of #42790E
Black with #42790E
Text Example
Text Example
White with #42790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42790E; }
p { color: rgb(66,121,14); }
H1.HeaderClassName
{
color: #42790E;
}
.AnyTagClassName
{
color: #42790E;
}
</style>
background-color css
<style>
a { background-color: #42790E; }
a { background-color: rgb(66,121,14); }
div.DivClassName
{
background-color: #42790E;
}
.BgClassName
{
background-color: #42790E;
}
</style>
border-color css
<style>
span { border-color: #42790E; }
span { border-color: rgb(66,121,14); }
td.TdClassName
{
border-color: #42790E;
}
.TagClassName
{
border-color: #42790E;
}
</style>