Shades of Bilbao #427F01
Tints of Bilbao #427F01
RGB
CMYK
RGB Variations
Color information
#427F01 (or 0x427F01) is known color: Bilbao. HEX triplet: 42, 7F and 01. RGB value is (66,127,1). Sum of RGB (Red+Green+Blue) = 66+127+1=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 127 (50% from 255 or 65.46% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 127 - color contains mainly: green. Hex color #427F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F01 is #BD80FE. Grayscale: #5E5E5E. Windows color (decimal): -12419327 or 98114. OLE color: 98114.
HSL color Cylindrical-coordinate representation of color #427F01: hue angle of 89.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #427F01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.50 |
| HSL | 89.05º | 0.98% | 0.25% | - |
| HSV(B) | 89.05º | 0.99% | 0.5% | - |
| XYZ | 9.84 | 16.34 | 2.66 | - |
| YUV | 94.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 1 | 0.48 | 0 | 0.99 | 0.50 | 89.05 | 0.98 | 0.25 |
| Hex | 42 | 7F | 1 | 30 | 0 | 63 | 32 | 59 | 62 | 19 |
| Octal | 102 | 177 | 1 | 60 | 0 | 143 | 62 | 131 | 142 | 31 |
| Binary | 1000010 | 1111111 | 1 | 110000 | 0 | 1100011 | 110010 | 1011001 | 1100010 | 11001 |
Color Harmonies of #427F01
Complementary color
Monochromatic Colors of #427F01
Black with #427F01
Text Example
Text Example
White with #427F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F01; }
p { color: rgb(66,127,1); }
H1.HeaderClassName
{
color: #427F01;
}
.AnyTagClassName
{
color: #427F01;
}
</style>
background-color css
<style>
a { background-color: #427F01; }
a { background-color: rgb(66,127,1); }
div.DivClassName
{
background-color: #427F01;
}
.BgClassName
{
background-color: #427F01;
}
</style>
border-color css
<style>
span { border-color: #427F01; }
span { border-color: rgb(66,127,1); }
td.TdClassName
{
border-color: #427F01;
}
.TagClassName
{
border-color: #427F01;
}
</style>