Shades of Bilbao #448105
Tints of Bilbao #448105
RGB
CMYK
RGB Variations
Color information
#448105 (or 0x448105) is known color: Bilbao. HEX triplet: 44, 81 and 05. RGB value is (68,129,5). Sum of RGB (Red+Green+Blue) = 68+129+5=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 129 (50.78% from 255 or 63.86% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 129 - color contains mainly: green. Hex color #448105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448105 is #BB7EFA. Grayscale: #616161. Windows color (decimal): -12287739 or 360772. OLE color: 360772.
HSL color Cylindrical-coordinate representation of color #448105: hue angle of 89.52º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #448105 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 5 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.49 |
| HSL | 89.52º | 0.93% | 0.26% | - |
| HSV(B) | 89.52º | 0.96% | 0.51% | - |
| XYZ | 10.26 | 16.94 | 2.87 | - |
| YUV | 96.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 5 | 0.47 | 0 | 0.96 | 0.49 | 89.52 | 0.93 | 0.26 |
| Hex | 44 | 81 | 5 | 2F | 0 | 60 | 31 | 5A | 5D | 1A |
| Octal | 104 | 201 | 5 | 57 | 0 | 140 | 61 | 132 | 135 | 32 |
| Binary | 1000100 | 10000001 | 101 | 101111 | 0 | 1100000 | 110001 | 1011010 | 1011101 | 11010 |
Color Harmonies of #448105
Complementary color
Monochromatic Colors of #448105
Black with #448105
Text Example
Text Example
White with #448105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448105; }
p { color: rgb(68,129,5); }
H1.HeaderClassName
{
color: #448105;
}
.AnyTagClassName
{
color: #448105;
}
</style>
background-color css
<style>
a { background-color: #448105; }
a { background-color: rgb(68,129,5); }
div.DivClassName
{
background-color: #448105;
}
.BgClassName
{
background-color: #448105;
}
</style>
border-color css
<style>
span { border-color: #448105; }
span { border-color: rgb(68,129,5); }
td.TdClassName
{
border-color: #448105;
}
.TagClassName
{
border-color: #448105;
}
</style>