Shades of Bilbao #447D02
Tints of Bilbao #447D02
RGB
CMYK
RGB Variations
Color information
#447D02 (or 0x447D02) is known color: Bilbao. HEX triplet: 44, 7D and 02. RGB value is (68,125,2). Sum of RGB (Red+Green+Blue) = 68+125+2=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 125 (49.22% from 255 or 64.10% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 125 - color contains mainly: green. Hex color #447D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D02 is #BB82FD. Grayscale: #5E5E5E. Windows color (decimal): -12288766 or 163140. OLE color: 163140.
HSL color Cylindrical-coordinate representation of color #447D02: hue angle of 87.8º degrees, saturation: 0.97, 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 #447D02 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 125 | 2 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.51 |
| HSL | 87.8º | 0.97% | 0.25% | - |
| HSV(B) | 87.8º | 0.98% | 0.49% | - |
| XYZ | 9.73 | 15.9 | 2.61 | - |
| YUV | 93.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 2 | 0.46 | 0 | 0.98 | 0.51 | 87.8 | 0.97 | 0.25 |
| Hex | 44 | 7D | 2 | 2E | 0 | 62 | 33 | 58 | 61 | 19 |
| Octal | 104 | 175 | 2 | 56 | 0 | 142 | 63 | 130 | 141 | 31 |
| Binary | 1000100 | 1111101 | 10 | 101110 | 0 | 1100010 | 110011 | 1011000 | 1100001 | 11001 |
Color Harmonies of #447D02
Complementary color
Monochromatic Colors of #447D02
Black with #447D02
Text Example
Text Example
White with #447D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447D02; }
p { color: rgb(68,125,2); }
H1.HeaderClassName
{
color: #447D02;
}
.AnyTagClassName
{
color: #447D02;
}
</style>
background-color css
<style>
a { background-color: #447D02; }
a { background-color: rgb(68,125,2); }
div.DivClassName
{
background-color: #447D02;
}
.BgClassName
{
background-color: #447D02;
}
</style>
border-color css
<style>
span { border-color: #447D02; }
span { border-color: rgb(68,125,2); }
td.TdClassName
{
border-color: #447D02;
}
.TagClassName
{
border-color: #447D02;
}
</style>