Shades of Bilbao #427D0C
Tints of Bilbao #427D0C
RGB
CMYK
RGB Variations
Color information
#427D0C (or 0x427D0C) is known color: Bilbao. HEX triplet: 42, 7D and 0C. RGB value is (66,125,12). Sum of RGB (Red+Green+Blue) = 66+125+12=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #427D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427D0C is #BD82F3. Grayscale: #5E5E5E. Windows color (decimal): -12419828 or 818498. OLE color: 818498.
HSL color Cylindrical-coordinate representation of color #427D0C: hue angle of 91.33º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #427D0C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 125 | 12 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.51 |
| HSL | 91.33º | 0.82% | 0.27% | - |
| HSV(B) | 91.33º | 0.9% | 0.49% | - |
| XYZ | 9.65 | 15.85 | 2.9 | - |
| YUV | 94.48 | 81.45 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 12 | 0.47 | 0 | 0.90 | 0.51 | 91.33 | 0.82 | 0.27 |
| Hex | 42 | 7D | C | 2F | 0 | 5A | 33 | 5B | 52 | 1B |
| Octal | 102 | 175 | 14 | 57 | 0 | 132 | 63 | 133 | 122 | 33 |
| Binary | 1000010 | 1111101 | 1100 | 101111 | 0 | 1011010 | 110011 | 1011011 | 1010010 | 11011 |
Color Harmonies of #427D0C
Complementary color
Monochromatic Colors of #427D0C
Black with #427D0C
Text Example
Text Example
White with #427D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427D0C; }
p { color: rgb(66,125,12); }
H1.HeaderClassName
{
color: #427D0C;
}
.AnyTagClassName
{
color: #427D0C;
}
</style>
background-color css
<style>
a { background-color: #427D0C; }
a { background-color: rgb(66,125,12); }
div.DivClassName
{
background-color: #427D0C;
}
.BgClassName
{
background-color: #427D0C;
}
</style>
border-color css
<style>
span { border-color: #427D0C; }
span { border-color: rgb(66,125,12); }
td.TdClassName
{
border-color: #427D0C;
}
.TagClassName
{
border-color: #427D0C;
}
</style>