Shades of Bilbao #447A02
Tints of Bilbao #447A02
RGB
CMYK
RGB Variations
Color information
#447A02 (or 0x447A02) is known color: Bilbao. HEX triplet: 44, 7A and 02. RGB value is (68,122,2). Sum of RGB (Red+Green+Blue) = 68+122+2=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 122 (48.05% from 255 or 63.54% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 122 - color contains mainly: green. Hex color #447A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447A02 is #BB85FD. Grayscale: #5C5C5C. Windows color (decimal): -12289534 or 162372. OLE color: 162372.
HSL color Cylindrical-coordinate representation of color #447A02: hue angle of 87º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #447A02 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 122 | 2 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.52 |
| HSL | 87º | 0.97% | 0.24% | - |
| HSV(B) | 87º | 0.98% | 0.48% | - |
| XYZ | 9.35 | 15.15 | 2.49 | - |
| YUV | 92.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 122 | 2 | 0.44 | 0 | 0.98 | 0.52 | 87 | 0.97 | 0.24 |
| Hex | 44 | 7A | 2 | 2C | 0 | 62 | 34 | 57 | 61 | 18 |
| Octal | 104 | 172 | 2 | 54 | 0 | 142 | 64 | 127 | 141 | 30 |
| Binary | 1000100 | 1111010 | 10 | 101100 | 0 | 1100010 | 110100 | 1010111 | 1100001 | 11000 |
Color Harmonies of #447A02
Complementary color
Monochromatic Colors of #447A02
Black with #447A02
Text Example
Text Example
White with #447A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447A02; }
p { color: rgb(68,122,2); }
H1.HeaderClassName
{
color: #447A02;
}
.AnyTagClassName
{
color: #447A02;
}
</style>
background-color css
<style>
a { background-color: #447A02; }
a { background-color: rgb(68,122,2); }
div.DivClassName
{
background-color: #447A02;
}
.BgClassName
{
background-color: #447A02;
}
</style>
border-color css
<style>
span { border-color: #447A02; }
span { border-color: rgb(68,122,2); }
td.TdClassName
{
border-color: #447A02;
}
.TagClassName
{
border-color: #447A02;
}
</style>