Shades of Bilbao #447C03
Tints of Bilbao #447C03
RGB
CMYK
RGB Variations
Color information
#447C03 (or 0x447C03) is known color: Bilbao. HEX triplet: 44, 7C and 03. RGB value is (68,124,3). Sum of RGB (Red+Green+Blue) = 68+124+3=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #447C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447C03 is #BB83FC. Grayscale: #5D5D5D. Windows color (decimal): -12289021 or 228420. OLE color: 228420.
HSL color Cylindrical-coordinate representation of color #447C03: hue angle of 87.77º 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 #447C03 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 124 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.51 |
| HSL | 87.77º | 0.95% | 0.25% | - |
| HSV(B) | 87.77º | 0.98% | 0.49% | - |
| XYZ | 9.61 | 15.65 | 2.6 | - |
| YUV | 93.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 124 | 3 | 0.45 | 0 | 0.98 | 0.51 | 87.77 | 0.95 | 0.25 |
| Hex | 44 | 7C | 3 | 2D | 0 | 62 | 33 | 58 | 5F | 19 |
| Octal | 104 | 174 | 3 | 55 | 0 | 142 | 63 | 130 | 137 | 31 |
| Binary | 1000100 | 1111100 | 11 | 101101 | 0 | 1100010 | 110011 | 1011000 | 1011111 | 11001 |
Color Harmonies of #447C03
Complementary color
Monochromatic Colors of #447C03
Black with #447C03
Text Example
Text Example
White with #447C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447C03; }
p { color: rgb(68,124,3); }
H1.HeaderClassName
{
color: #447C03;
}
.AnyTagClassName
{
color: #447C03;
}
</style>
background-color css
<style>
a { background-color: #447C03; }
a { background-color: rgb(68,124,3); }
div.DivClassName
{
background-color: #447C03;
}
.BgClassName
{
background-color: #447C03;
}
</style>
border-color css
<style>
span { border-color: #447C03; }
span { border-color: rgb(68,124,3); }
td.TdClassName
{
border-color: #447C03;
}
.TagClassName
{
border-color: #447C03;
}
</style>