Shades of Bilbao #447E18
Tints of Bilbao #447E18
RGB
CMYK
RGB Variations
Color information
#447E18 (or 0x447E18) is known color: Bilbao. HEX triplet: 44, 7E and 18. RGB value is (68,126,24). Sum of RGB (Red+Green+Blue) = 68+126+24=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #447E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447E18 is #BB81E7. Grayscale: #616161. Windows color (decimal): -12288488 or 1605188. OLE color: 1605188.
HSL color Cylindrical-coordinate representation of color #447E18: hue angle of 94.12º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #447E18 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 126 | 24 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.51 |
| HSL | 94.12º | 0.68% | 0.29% | - |
| HSV(B) | 94.12º | 0.81% | 0.49% | - |
| XYZ | 10.01 | 16.22 | 3.47 | - |
| YUV | 97.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 24 | 0.46 | 0 | 0.81 | 0.51 | 94.12 | 0.68 | 0.29 |
| Hex | 44 | 7E | 18 | 2E | 0 | 51 | 33 | 5E | 44 | 1D |
| Octal | 104 | 176 | 30 | 56 | 0 | 121 | 63 | 136 | 104 | 35 |
| Binary | 1000100 | 1111110 | 11000 | 101110 | 0 | 1010001 | 110011 | 1011110 | 1000100 | 11101 |
Color Harmonies of #447E18
Complementary color
Monochromatic Colors of #447E18
Black with #447E18
Text Example
Text Example
White with #447E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E18; }
p { color: rgb(68,126,24); }
H1.HeaderClassName
{
color: #447E18;
}
.AnyTagClassName
{
color: #447E18;
}
</style>
background-color css
<style>
a { background-color: #447E18; }
a { background-color: rgb(68,126,24); }
div.DivClassName
{
background-color: #447E18;
}
.BgClassName
{
background-color: #447E18;
}
</style>
border-color css
<style>
span { border-color: #447E18; }
span { border-color: rgb(68,126,24); }
td.TdClassName
{
border-color: #447E18;
}
.TagClassName
{
border-color: #447E18;
}
</style>