Shades of Bilbao #427B0F
Tints of Bilbao #427B0F
RGB
CMYK
RGB Variations
Color information
#427B0F (or 0x427B0F) is known color: Bilbao. HEX triplet: 42, 7B and 0F. RGB value is (66,123,15). Sum of RGB (Red+Green+Blue) = 66+123+15=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 123 (48.44% from 255 or 60.29% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 123 - color contains mainly: green. Hex color #427B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B0F is #BD84F0. Grayscale: #5E5E5E. Windows color (decimal): -12420337 or 1014594. OLE color: 1014594.
HSL color Cylindrical-coordinate representation of color #427B0F: hue angle of 91.67º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #427B0F is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 123 | 15 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.52 |
| HSL | 91.67º | 0.78% | 0.27% | - |
| HSV(B) | 91.67º | 0.88% | 0.48% | - |
| XYZ | 9.42 | 15.36 | 2.92 | - |
| YUV | 93.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 15 | 0.46 | 0 | 0.88 | 0.52 | 91.67 | 0.78 | 0.27 |
| Hex | 42 | 7B | F | 2E | 0 | 58 | 34 | 5C | 4E | 1B |
| Octal | 102 | 173 | 17 | 56 | 0 | 130 | 64 | 134 | 116 | 33 |
| Binary | 1000010 | 1111011 | 1111 | 101110 | 0 | 1011000 | 110100 | 1011100 | 1001110 | 11011 |
Color Harmonies of #427B0F
Complementary color
Monochromatic Colors of #427B0F
Black with #427B0F
Text Example
Text Example
White with #427B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427B0F; }
p { color: rgb(66,123,15); }
H1.HeaderClassName
{
color: #427B0F;
}
.AnyTagClassName
{
color: #427B0F;
}
</style>
background-color css
<style>
a { background-color: #427B0F; }
a { background-color: rgb(66,123,15); }
div.DivClassName
{
background-color: #427B0F;
}
.BgClassName
{
background-color: #427B0F;
}
</style>
border-color css
<style>
span { border-color: #427B0F; }
span { border-color: rgb(66,123,15); }
td.TdClassName
{
border-color: #427B0F;
}
.TagClassName
{
border-color: #427B0F;
}
</style>