Shades of Bilbao #448601
Tints of Bilbao #448601
RGB
CMYK
RGB Variations
Color information
#448601 (or 0x448601) is known color: Bilbao. HEX triplet: 44, 86 and 01. RGB value is (68,134,1). Sum of RGB (Red+Green+Blue) = 68+134+1=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 134 (52.73% from 255 or 66.01% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 134 - color contains mainly: green. Hex color #448601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448601 is #BB79FE. Grayscale: #636363. Windows color (decimal): -12286463 or 99908. OLE color: 99908.
HSL color Cylindrical-coordinate representation of color #448601: hue angle of 89.77º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448601 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.47 |
| HSL | 89.77º | 0.99% | 0.26% | - |
| HSV(B) | 89.77º | 0.99% | 0.53% | - |
| XYZ | 10.91 | 18.28 | 2.98 | - |
| YUV | 99.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 1 | 0.49 | 0 | 0.99 | 0.47 | 89.77 | 0.99 | 0.26 |
| Hex | 44 | 86 | 1 | 31 | 0 | 63 | 2F | 5A | 63 | 1A |
| Octal | 104 | 206 | 1 | 61 | 0 | 143 | 57 | 132 | 143 | 32 |
| Binary | 1000100 | 10000110 | 1 | 110001 | 0 | 1100011 | 101111 | 1011010 | 1100011 | 11010 |
Color Harmonies of #448601
Complementary color
Monochromatic Colors of #448601
Black with #448601
Text Example
Text Example
White with #448601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448601; }
p { color: rgb(68,134,1); }
H1.HeaderClassName
{
color: #448601;
}
.AnyTagClassName
{
color: #448601;
}
</style>
background-color css
<style>
a { background-color: #448601; }
a { background-color: rgb(68,134,1); }
div.DivClassName
{
background-color: #448601;
}
.BgClassName
{
background-color: #448601;
}
</style>
border-color css
<style>
span { border-color: #448601; }
span { border-color: rgb(68,134,1); }
td.TdClassName
{
border-color: #448601;
}
.TagClassName
{
border-color: #448601;
}
</style>