Shades of Bilbao #427D09
Tints of Bilbao #427D09
RGB
CMYK
RGB Variations
Color information
#427D09 (or 0x427D09) is known color: Bilbao. HEX triplet: 42, 7D and 09. RGB value is (66,125,9). Sum of RGB (Red+Green+Blue) = 66+125+9=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #427D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D09 is #BD82F6. Grayscale: #5E5E5E. Windows color (decimal): -12419831 or 621890. OLE color: 621890.
HSL color Cylindrical-coordinate representation of color #427D09: hue angle of 90.52º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #427D09 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 9 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.51 |
| HSL | 90.52º | 0.87% | 0.26% | - |
| HSV(B) | 90.52º | 0.93% | 0.49% | - |
| XYZ | 9.63 | 15.85 | 2.81 | - |
| YUV | 94.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 9 | 0.47 | 0 | 0.93 | 0.51 | 90.52 | 0.87 | 0.26 |
| Hex | 42 | 7D | 9 | 2F | 0 | 5D | 33 | 5B | 57 | 1A |
| Octal | 102 | 175 | 11 | 57 | 0 | 135 | 63 | 133 | 127 | 32 |
| Binary | 1000010 | 1111101 | 1001 | 101111 | 0 | 1011101 | 110011 | 1011011 | 1010111 | 11010 |
Color Harmonies of #427D09
Complementary color
Monochromatic Colors of #427D09
Black with #427D09
Text Example
Text Example
White with #427D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D09; }
p { color: rgb(66,125,9); }
H1.HeaderClassName
{
color: #427D09;
}
.AnyTagClassName
{
color: #427D09;
}
</style>
background-color css
<style>
a { background-color: #427D09; }
a { background-color: rgb(66,125,9); }
div.DivClassName
{
background-color: #427D09;
}
.BgClassName
{
background-color: #427D09;
}
</style>
border-color css
<style>
span { border-color: #427D09; }
span { border-color: rgb(66,125,9); }
td.TdClassName
{
border-color: #427D09;
}
.TagClassName
{
border-color: #427D09;
}
</style>