Shades of Bilbao #447B02
Tints of Bilbao #447B02
RGB
CMYK
RGB Variations
Color information
#447B02 (or 0x447B02) is known color: Bilbao. HEX triplet: 44, 7B and 02. RGB value is (68,123,2). Sum of RGB (Red+Green+Blue) = 68+123+2=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #447B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447B02 is #BB84FD. Grayscale: #5D5D5D. Windows color (decimal): -12289278 or 162628. OLE color: 162628.
HSL color Cylindrical-coordinate representation of color #447B02: hue angle of 87.27º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447B02 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 123 | 2 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.52 |
| HSL | 87.27º | 0.97% | 0.25% | - |
| HSV(B) | 87.27º | 0.98% | 0.48% | - |
| XYZ | 9.48 | 15.4 | 2.53 | - |
| YUV | 92.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 2 | 0.45 | 0 | 0.98 | 0.52 | 87.27 | 0.97 | 0.25 |
| Hex | 44 | 7B | 2 | 2D | 0 | 62 | 34 | 57 | 61 | 19 |
| Octal | 104 | 173 | 2 | 55 | 0 | 142 | 64 | 127 | 141 | 31 |
| Binary | 1000100 | 1111011 | 10 | 101101 | 0 | 1100010 | 110100 | 1010111 | 1100001 | 11001 |
Color Harmonies of #447B02
Complementary color
Monochromatic Colors of #447B02
Black with #447B02
Text Example
Text Example
White with #447B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B02; }
p { color: rgb(68,123,2); }
H1.HeaderClassName
{
color: #447B02;
}
.AnyTagClassName
{
color: #447B02;
}
</style>
background-color css
<style>
a { background-color: #447B02; }
a { background-color: rgb(68,123,2); }
div.DivClassName
{
background-color: #447B02;
}
.BgClassName
{
background-color: #447B02;
}
</style>
border-color css
<style>
span { border-color: #447B02; }
span { border-color: rgb(68,123,2); }
td.TdClassName
{
border-color: #447B02;
}
.TagClassName
{
border-color: #447B02;
}
</style>