Shades of Bilbao #447D04
Tints of Bilbao #447D04
RGB
CMYK
RGB Variations
Color information
#447D04 (or 0x447D04) is known color: Bilbao. HEX triplet: 44, 7D and 04. RGB value is (68,125,4). Sum of RGB (Red+Green+Blue) = 68+125+4=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 125 (49.22% from 255 or 63.45% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 125 - color contains mainly: green. Hex color #447D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D04 is #BB82FB. Grayscale: #5E5E5E. Windows color (decimal): -12288764 or 294212. OLE color: 294212.
HSL color Cylindrical-coordinate representation of color #447D04: hue angle of 88.26º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #447D04 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 4 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.51 |
| HSL | 88.26º | 0.94% | 0.25% | - |
| HSV(B) | 88.26º | 0.97% | 0.49% | - |
| XYZ | 9.74 | 15.9 | 2.67 | - |
| YUV | 94.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 4 | 0.46 | 0 | 0.97 | 0.51 | 88.26 | 0.94 | 0.25 |
| Hex | 44 | 7D | 4 | 2E | 0 | 61 | 33 | 58 | 5E | 19 |
| Octal | 104 | 175 | 4 | 56 | 0 | 141 | 63 | 130 | 136 | 31 |
| Binary | 1000100 | 1111101 | 100 | 101110 | 0 | 1100001 | 110011 | 1011000 | 1011110 | 11001 |
Color Harmonies of #447D04
Complementary color
Monochromatic Colors of #447D04
Black with #447D04
Text Example
Text Example
White with #447D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D04; }
p { color: rgb(68,125,4); }
H1.HeaderClassName
{
color: #447D04;
}
.AnyTagClassName
{
color: #447D04;
}
</style>
background-color css
<style>
a { background-color: #447D04; }
a { background-color: rgb(68,125,4); }
div.DivClassName
{
background-color: #447D04;
}
.BgClassName
{
background-color: #447D04;
}
</style>
border-color css
<style>
span { border-color: #447D04; }
span { border-color: rgb(68,125,4); }
td.TdClassName
{
border-color: #447D04;
}
.TagClassName
{
border-color: #447D04;
}
</style>