Shades of Bilbao #447B26
Tints of Bilbao #447B26
RGB
CMYK
RGB Variations
Color information
#447B26 (or 0x447B26) is known color: Bilbao. HEX triplet: 44, 7B and 26. RGB value is (68,123,38). Sum of RGB (Red+Green+Blue) = 68+123+38=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #447B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447B26 is #BB84D9. Grayscale: #616161. Windows color (decimal): -12289242 or 2521924. OLE color: 2521924.
HSL color Cylindrical-coordinate representation of color #447B26: hue angle of 98.82º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447B26 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 38 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.52 |
| HSL | 98.82º | 0.53% | 0.32% | - |
| HSV(B) | 98.82º | 0.69% | 0.48% | - |
| XYZ | 9.82 | 15.53 | 4.31 | - |
| YUV | 96.87 | 94.78 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 38 | 0.45 | 0 | 0.69 | 0.52 | 98.82 | 0.53 | 0.32 |
| Hex | 44 | 7B | 26 | 2D | 0 | 45 | 34 | 63 | 35 | 20 |
| Octal | 104 | 173 | 46 | 55 | 0 | 105 | 64 | 143 | 65 | 40 |
| Binary | 1000100 | 1111011 | 100110 | 101101 | 0 | 1000101 | 110100 | 1100011 | 110101 | 100000 |
Color Harmonies of #447B26
Complementary color
Monochromatic Colors of #447B26
Black with #447B26
Text Example
Text Example
White with #447B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B26; }
p { color: rgb(68,123,38); }
H1.HeaderClassName
{
color: #447B26;
}
.AnyTagClassName
{
color: #447B26;
}
</style>
background-color css
<style>
a { background-color: #447B26; }
a { background-color: rgb(68,123,38); }
div.DivClassName
{
background-color: #447B26;
}
.BgClassName
{
background-color: #447B26;
}
</style>
border-color css
<style>
span { border-color: #447B26; }
span { border-color: rgb(68,123,38); }
td.TdClassName
{
border-color: #447B26;
}
.TagClassName
{
border-color: #447B26;
}
</style>