Shades of Bilbao #447B0F
Tints of Bilbao #447B0F
RGB
CMYK
RGB Variations
Color information
#447B0F (or 0x447B0F) is known color: Bilbao. HEX triplet: 44, 7B and 0F. RGB value is (68,123,15). Sum of RGB (Red+Green+Blue) = 68+123+15=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 123 (48.44% from 255 or 59.71% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 123 - color contains mainly: green. Hex color #447B0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B0F is #BB84F0. Grayscale: #5E5E5E. Windows color (decimal): -12289265 or 1014596. OLE color: 1014596.
HSL color Cylindrical-coordinate representation of color #447B0F: hue angle of 90.56º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #447B0F is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 15 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.52 |
| HSL | 90.56º | 0.78% | 0.27% | - |
| HSV(B) | 90.56º | 0.88% | 0.48% | - |
| XYZ | 9.55 | 15.43 | 2.93 | - |
| YUV | 94.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 15 | 0.45 | 0 | 0.88 | 0.52 | 90.56 | 0.78 | 0.27 |
| Hex | 44 | 7B | F | 2D | 0 | 58 | 34 | 5B | 4E | 1B |
| Octal | 104 | 173 | 17 | 55 | 0 | 130 | 64 | 133 | 116 | 33 |
| Binary | 1000100 | 1111011 | 1111 | 101101 | 0 | 1011000 | 110100 | 1011011 | 1001110 | 11011 |
Color Harmonies of #447B0F
Complementary color
Monochromatic Colors of #447B0F
Black with #447B0F
Text Example
Text Example
White with #447B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B0F; }
p { color: rgb(68,123,15); }
H1.HeaderClassName
{
color: #447B0F;
}
.AnyTagClassName
{
color: #447B0F;
}
</style>
background-color css
<style>
a { background-color: #447B0F; }
a { background-color: rgb(68,123,15); }
div.DivClassName
{
background-color: #447B0F;
}
.BgClassName
{
background-color: #447B0F;
}
</style>
border-color css
<style>
span { border-color: #447B0F; }
span { border-color: rgb(68,123,15); }
td.TdClassName
{
border-color: #447B0F;
}
.TagClassName
{
border-color: #447B0F;
}
</style>