Shades of Bilbao #447D03
Tints of Bilbao #447D03
RGB
CMYK
RGB Variations
Color information
#447D03 (or 0x447D03) is known color: Bilbao. HEX triplet: 44, 7D and 03. RGB value is (68,125,3). Sum of RGB (Red+Green+Blue) = 68+125+3=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 125 (49.22% from 255 or 63.78% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 125 - color contains mainly: green. Hex color #447D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D03 is #BB82FC. Grayscale: #5E5E5E. Windows color (decimal): -12288765 or 228676. OLE color: 228676.
HSL color Cylindrical-coordinate representation of color #447D03: hue angle of 88.03º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447D03 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 3 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.51 |
| HSL | 88.03º | 0.95% | 0.25% | - |
| HSV(B) | 88.03º | 0.98% | 0.49% | - |
| XYZ | 9.73 | 15.9 | 2.64 | - |
| YUV | 94.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 3 | 0.46 | 0 | 0.98 | 0.51 | 88.03 | 0.95 | 0.25 |
| Hex | 44 | 7D | 3 | 2E | 0 | 62 | 33 | 58 | 5F | 19 |
| Octal | 104 | 175 | 3 | 56 | 0 | 142 | 63 | 130 | 137 | 31 |
| Binary | 1000100 | 1111101 | 11 | 101110 | 0 | 1100010 | 110011 | 1011000 | 1011111 | 11001 |
Color Harmonies of #447D03
Complementary color
Monochromatic Colors of #447D03
Black with #447D03
Text Example
Text Example
White with #447D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D03; }
p { color: rgb(68,125,3); }
H1.HeaderClassName
{
color: #447D03;
}
.AnyTagClassName
{
color: #447D03;
}
</style>
background-color css
<style>
a { background-color: #447D03; }
a { background-color: rgb(68,125,3); }
div.DivClassName
{
background-color: #447D03;
}
.BgClassName
{
background-color: #447D03;
}
</style>
border-color css
<style>
span { border-color: #447D03; }
span { border-color: rgb(68,125,3); }
td.TdClassName
{
border-color: #447D03;
}
.TagClassName
{
border-color: #447D03;
}
</style>