Shades of Bilbao #447B18
Tints of Bilbao #447B18
RGB
CMYK
RGB Variations
Color information
#447B18 (or 0x447B18) is known color: Bilbao. HEX triplet: 44, 7B and 18. RGB value is (68,123,24). Sum of RGB (Red+Green+Blue) = 68+123+24=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #447B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B18 is #BB84E7. Grayscale: #5F5F5F. Windows color (decimal): -12289256 or 1604420. OLE color: 1604420.
HSL color Cylindrical-coordinate representation of color #447B18: hue angle of 93.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447B18 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 24 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.52 |
| HSL | 93.33º | 0.67% | 0.29% | - |
| HSV(B) | 93.33º | 0.8% | 0.48% | - |
| XYZ | 9.63 | 15.46 | 3.34 | - |
| YUV | 95.27 | 87.78 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 24 | 0.45 | 0 | 0.80 | 0.52 | 93.33 | 0.67 | 0.29 |
| Hex | 44 | 7B | 18 | 2D | 0 | 50 | 34 | 5D | 43 | 1D |
| Octal | 104 | 173 | 30 | 55 | 0 | 120 | 64 | 135 | 103 | 35 |
| Binary | 1000100 | 1111011 | 11000 | 101101 | 0 | 1010000 | 110100 | 1011101 | 1000011 | 11101 |
Color Harmonies of #447B18
Complementary color
Monochromatic Colors of #447B18
Black with #447B18
Text Example
Text Example
White with #447B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B18; }
p { color: rgb(68,123,24); }
H1.HeaderClassName
{
color: #447B18;
}
.AnyTagClassName
{
color: #447B18;
}
</style>
background-color css
<style>
a { background-color: #447B18; }
a { background-color: rgb(68,123,24); }
div.DivClassName
{
background-color: #447B18;
}
.BgClassName
{
background-color: #447B18;
}
</style>
border-color css
<style>
span { border-color: #447B18; }
span { border-color: rgb(68,123,24); }
td.TdClassName
{
border-color: #447B18;
}
.TagClassName
{
border-color: #447B18;
}
</style>