Shades of Bilbao #427F0D
Tints of Bilbao #427F0D
RGB
CMYK
RGB Variations
Color information
#427F0D (or 0x427F0D) is known color: Bilbao. HEX triplet: 42, 7F and 0D. RGB value is (66,127,13). Sum of RGB (Red+Green+Blue) = 66+127+13=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #427F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427F0D is #BD80F2. Grayscale: #606060. Windows color (decimal): -12419315 or 884546. OLE color: 884546.
HSL color Cylindrical-coordinate representation of color #427F0D: hue angle of 92.11º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #427F0D is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 13 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.50 |
| HSL | 92.11º | 0.81% | 0.27% | - |
| HSV(B) | 92.11º | 0.9% | 0.5% | - |
| XYZ | 9.91 | 16.37 | 3.02 | - |
| YUV | 95.77 | 81.29 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 13 | 0.48 | 0 | 0.90 | 0.50 | 92.11 | 0.81 | 0.27 |
| Hex | 42 | 7F | D | 30 | 0 | 5A | 32 | 5C | 51 | 1B |
| Octal | 102 | 177 | 15 | 60 | 0 | 132 | 62 | 134 | 121 | 33 |
| Binary | 1000010 | 1111111 | 1101 | 110000 | 0 | 1011010 | 110010 | 1011100 | 1010001 | 11011 |
Color Harmonies of #427F0D
Complementary color
Monochromatic Colors of #427F0D
Black with #427F0D
Text Example
Text Example
White with #427F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F0D; }
p { color: rgb(66,127,13); }
H1.HeaderClassName
{
color: #427F0D;
}
.AnyTagClassName
{
color: #427F0D;
}
</style>
background-color css
<style>
a { background-color: #427F0D; }
a { background-color: rgb(66,127,13); }
div.DivClassName
{
background-color: #427F0D;
}
.BgClassName
{
background-color: #427F0D;
}
</style>
border-color css
<style>
span { border-color: #427F0D; }
span { border-color: rgb(66,127,13); }
td.TdClassName
{
border-color: #427F0D;
}
.TagClassName
{
border-color: #427F0D;
}
</style>