Shades of Bilbao #447F23
Tints of Bilbao #447F23
RGB
CMYK
RGB Variations
Color information
#447F23 (or 0x447F23) is known color: Bilbao. HEX triplet: 44, 7F and 23. RGB value is (68,127,35). Sum of RGB (Red+Green+Blue) = 68+127+35=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #447F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F23 is #BB80DC. Grayscale: #636363. Windows color (decimal): -12288221 or 2326340. OLE color: 2326340.
HSL color Cylindrical-coordinate representation of color #447F23: hue angle of 98.48º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #447F23 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 127 | 35 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.50 |
| HSL | 98.48º | 0.57% | 0.32% | - |
| HSV(B) | 98.48º | 0.72% | 0.5% | - |
| XYZ | 10.28 | 16.53 | 4.24 | - |
| YUV | 98.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 127 | 35 | 0.46 | 0 | 0.72 | 0.50 | 98.48 | 0.57 | 0.32 |
| Hex | 44 | 7F | 23 | 2E | 0 | 48 | 32 | 62 | 39 | 20 |
| Octal | 104 | 177 | 43 | 56 | 0 | 110 | 62 | 142 | 71 | 40 |
| Binary | 1000100 | 1111111 | 100011 | 101110 | 0 | 1001000 | 110010 | 1100010 | 111001 | 100000 |
Color Harmonies of #447F23
Complementary color
Monochromatic Colors of #447F23
Black with #447F23
Text Example
Text Example
White with #447F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447F23; }
p { color: rgb(68,127,35); }
H1.HeaderClassName
{
color: #447F23;
}
.AnyTagClassName
{
color: #447F23;
}
</style>
background-color css
<style>
a { background-color: #447F23; }
a { background-color: rgb(68,127,35); }
div.DivClassName
{
background-color: #447F23;
}
.BgClassName
{
background-color: #447F23;
}
</style>
border-color css
<style>
span { border-color: #447F23; }
span { border-color: rgb(68,127,35); }
td.TdClassName
{
border-color: #447F23;
}
.TagClassName
{
border-color: #447F23;
}
</style>