Shades of Bilbao #447F06
Tints of Bilbao #447F06
RGB
CMYK
RGB Variations
Color information
#447F06 (or 0x447F06) is known color: Bilbao. HEX triplet: 44, 7F and 06. RGB value is (68,127,6). Sum of RGB (Red+Green+Blue) = 68+127+6=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #447F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447F06 is #BB80F9. Grayscale: #5F5F5F. Windows color (decimal): -12288250 or 425796. OLE color: 425796.
HSL color Cylindrical-coordinate representation of color #447F06: hue angle of 89.26º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #447F06 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 6 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.50 |
| HSL | 89.26º | 0.91% | 0.26% | - |
| HSV(B) | 89.26º | 0.95% | 0.5% | - |
| XYZ | 10.01 | 16.42 | 2.81 | - |
| YUV | 95.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 6 | 0.46 | 0 | 0.95 | 0.50 | 89.26 | 0.91 | 0.26 |
| Hex | 44 | 7F | 6 | 2E | 0 | 5F | 32 | 59 | 5B | 1A |
| Octal | 104 | 177 | 6 | 56 | 0 | 137 | 62 | 131 | 133 | 32 |
| Binary | 1000100 | 1111111 | 110 | 101110 | 0 | 1011111 | 110010 | 1011001 | 1011011 | 11010 |
Color Harmonies of #447F06
Complementary color
Monochromatic Colors of #447F06
Black with #447F06
Text Example
Text Example
White with #447F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F06; }
p { color: rgb(68,127,6); }
H1.HeaderClassName
{
color: #447F06;
}
.AnyTagClassName
{
color: #447F06;
}
</style>
background-color css
<style>
a { background-color: #447F06; }
a { background-color: rgb(68,127,6); }
div.DivClassName
{
background-color: #447F06;
}
.BgClassName
{
background-color: #447F06;
}
</style>
border-color css
<style>
span { border-color: #447F06; }
span { border-color: rgb(68,127,6); }
td.TdClassName
{
border-color: #447F06;
}
.TagClassName
{
border-color: #447F06;
}
</style>